Struct lmdb_rs::core::CursorItemIter [] [src]

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

Methods

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

fn new<K: ToMdbValue + 'a>(key: &'a K) -> CursorItemIter<'a>