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