Struct lmdb_zero::StaleCursor [] [src]

pub struct StaleCursor<'db> { /* fields omitted */ }

A read-only cursor which has been dissociated from its original transaction, so that it can be rebound later.

A StaleCursor remains bound to the original database.

Trait Implementations

impl<'db> Debug for StaleCursor<'db>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'db> !Send for StaleCursor<'db>

impl<'db> !Sync for StaleCursor<'db>