Type Alias garage_db::ValueIter

source ·
pub type ValueIter<'a> = Box<dyn Iterator<Item = Result<(Value, Value)>> + 'a>;

Aliased Type§

struct ValueIter<'a>(/* private fields */);