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

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

Methods

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

fn new<K: ToMdbValue + 'a>(start_key: &'a K, end_key: &'a K, end_inclusive: bool) -> CursorKeyRangeIter<'a>