pub type CursorMutTy<TX, T> = <TX as DbTxMut>::CursorMut<T>;
Helper adapter type for accessing DbTxMut mutable cursor.
DbTxMut
Note: Encountered an error during type layout; the type failed to be normalized.