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 */);