pub type BoxIter<T> = Box<dyn Iterator<Item = T> + Send + 'static>;
wasm_browser
Boxed iterator alias.
pub struct BoxIter<T>(/* private fields */);