Struct lmdb_zero::StaleCursor
[−]
[src]
pub struct StaleCursor<'db> {
// some 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.