pub type RTxn<'t, 'd> = Txn<'t, ReaderPage<'t>, Reader<'d>>;
A read-only transaction. It must live as long as the DB that created it (via DB::r_txn).
DB
DB::r_txn
pub struct RTxn<'t, 'd> { /* private fields */ }