Type Alias RTxn

Source
pub type RTxn<'t, 'd> = Txn<'t, ReaderPage<'t>, Reader<'d>>;
Expand description

A read-only transaction. It must live as long as the DB that created it (via DB::r_txn).

Aliased Typeยง

pub struct RTxn<'t, 'd> { /* private fields */ }