Struct lmdb::InactiveTransaction [] [src]

pub struct InactiveTransaction<'env> { /* fields omitted */ }

An inactive read-only transaction.

Methods

impl<'env> InactiveTransaction<'env>
[src]

Renews the inactive transaction, returning an active read-only transaction.

This acquires a new reader lock for a transaction handle that had been released by RoTransaction::reset.

Trait Implementations

impl<'env> Drop for InactiveTransaction<'env>
[src]

A method called when the value goes out of scope. Read more