Struct lmdb_rs_m::core::CursorIter[][src]

pub struct CursorIter;

Trait Implementations

impl Debug for CursorIter
[src]

Formats the value using the given formatter. Read more

impl<'iter> IterateCursor for CursorIter
[src]

Returns true if initialization successful, for example that the key exists. Read more

Returns true if there is still data and iterator is in correct range

Returns size hint considering current state of cursor

Auto Trait Implementations

impl Send for CursorIter

impl Sync for CursorIter