Struct lmdb_zero::ResetTransaction
[−]
[src]
pub struct ResetTransaction<'env>(_);
A read-only LMDB transaction that has been reset.
It can be renewed by calling ResetTransaction::renew().
Lifetime
All notes for ReadTransaction apply.
Methods
impl<'env> ResetTransaction<'env>[src]
fn renew(self) -> Result<ReadTransaction<'env>>
Renews this read-only transaction, making it available for more reading.