BoxIter

Type Alias BoxIter 

Source
pub type BoxIter<E> = Box<dyn Iterator<Item = E>>;
Expand description

A boxed iterator of example type E

Aliased Typeยง

pub struct BoxIter<E>(/* private fields */);