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