pub trait ConstructorNewIterator {
    // Required method
    fn new_iterator(&self) -> *mut LevelDBIterator;
}

Required Methods§

Implementors§