pub type IterMut<'a> = Box<dyn Iterator<Item = StructureMut<'a>> + 'a>;Expand description
Aliased Type§
struct IterMut<'a>(/* private fields */);pub type IterMut<'a> = Box<dyn Iterator<Item = StructureMut<'a>> + 'a>;struct IterMut<'a>(/* private fields */);