Skip to main content

MdbxReadCursor

Type Alias MdbxReadCursor 

Source
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 */ }