pub type ObjectIter<'a> = Box<dyn Iterator<Item = (&'a ObjectKey, &'a ObjectValue)> + 'a>;Expand description
Aliased Typeยง
pub struct ObjectIter<'a>(/* private fields */);pub type ObjectIter<'a> = Box<dyn Iterator<Item = (&'a ObjectKey, &'a ObjectValue)> + 'a>;pub struct ObjectIter<'a>(/* private fields */);