pub type RWTxn<'t, 'd> = Txn<'t, WriterPage<'t, 'd>, Writer<'d>>;
Expand description
A read-write transaction. It must live as long as the DB
that created
it (via DB::rw_txn
).
Aliased Typeยง
struct RWTxn<'t, 'd> { /* private fields */ }
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
).
struct RWTxn<'t, 'd> { /* private fields */ }