pub type RWTxn<'t, 'd> = Txn<'t, WriterPage<'t, 'd>, Writer<'d>>;
A read-write transaction. It must live as long as the DB that created it (via DB::rw_txn).
DB
DB::rw_txn
pub struct RWTxn<'t, 'd> { /* private fields */ }