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