Struct lmdb_rs::core::CursorKeyRangeIter [] [src]

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

Methods

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

Trait Implementations

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

Formats the value using the given formatter.

impl<'iter> IterateCursor for CursorKeyRangeIter<'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