Type Alias RWTxn

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