Trait rocksdb::IterateBounds
source · pub trait IterateBounds {
// Required method
fn into_bounds(self) -> (Option<Vec<u8>>, Option<Vec<u8>>);
}
Expand description
A range which can be set as iterate bounds on crate::ReadOptions
.
See crate::ReadOptions::set_iterate_range
for documentation and
examples.