pub type Iter<'a> = Box<dyn Iterator<Item = &'a Structure> + 'a>;
An iterator over the elements of a Body.
Body
Values of this type are created by the iter method on Body. See its documentation for more.
iter
struct Iter<'a>(/* private fields */);