Struct lmdb_rs::core::CursorFromKeyIter [] [src]

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

Methods

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

fn new<K: ToMdbValue + 'a>(start_key: &'a K) -> CursorFromKeyIter<'a>