BoxIter

Type Alias BoxIter 

Source
pub type BoxIter<T> = Box<dyn Iterator<Item = T> + Send + 'static>;
Available on non-wasm_browser only.
Expand description

Boxed iterator alias.

Aliased Typeยง

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