Type Alias BoxedIter

Source
pub type BoxedIter<T> = Box<dyn Iterator<Item = T> + Send>;

Aliased Typeยง

struct BoxedIter<T>(/* private fields */);