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]

Formats the value using the given formatter.