pub type IntoIter = Box<dyn Iterator<Item = Element>>;Expand description
An owning iterator over the elements of a Template.
Values of this type are created by the into_iter method on Template (provided by the
IntoIterator trait). See its documentation for more.
Aliased Typeยง
pub struct IntoIter(/* private fields */);