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]

[src]

Renews this read-only transaction, making it available for more reading.

Trait Implementations

impl<'env> Debug for ResetTransaction<'env>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'env> !Send for ResetTransaction<'env>

impl<'env> !Sync for ResetTransaction<'env>