Type Definition garage_db::ValueIter

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