Struct lmdb_rs_m::core::CursorToKeyIter[][src]

pub struct CursorToKeyIter<'a> { /* fields omitted */ }

Methods

impl<'a> CursorToKeyIter<'a>
[src]

Trait Implementations

impl<'a> Debug for CursorToKeyIter<'a>
[src]

Formats the value using the given formatter. Read more

impl<'iter> IterateCursor for CursorToKeyIter<'iter>
[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<'a> !Send for CursorToKeyIter<'a>

impl<'a> !Sync for CursorToKeyIter<'a>