Struct lmdb_rs::core::CursorToKeyIter [] [src]

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

Methods

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

fn new<K: ToMdbValue + 'a>(end_key: &'a K) -> CursorToKeyIter<'a>