pub type IntoIter = Box<dyn Iterator<Item = Structure>>;Expand description
An owning iterator over the elements of a Body.
Values of this type are created by the into_iter method on Body (provided by the
IntoIterator trait). See its documentation for more.