pub type MdbxReadCursor<'txn, T> = MdbxCursor<'txn, RO, T>;Expand description
Instantiation of the MdbxCursor for read transactions.
Aliased Typeยง
pub struct MdbxReadCursor<'txn, T> { /* private fields */ }pub type MdbxReadCursor<'txn, T> = MdbxCursor<'txn, RO, T>;Instantiation of the MdbxCursor for read transactions.
pub struct MdbxReadCursor<'txn, T> { /* private fields */ }