pub type BoxIter<E> = Box<dyn Iterator<Item = E>>;
A boxed iterator of example type E
E
pub struct BoxIter<E>(/* private fields */);