Type Alias rocksdb::DBRawIterator
pub type DBRawIterator<'a> = DBRawIteratorWithThreadMode<'a, DBCommon<SingleThreaded, DBWithThreadModeInner>>;
Expand description
A type alias to keep compatibility. See DBRawIteratorWithThreadMode
for details
Aliased Typeยง
struct DBRawIterator<'a> { /* private fields */ }