pub type BoxIter<T> = Box<dyn Iterator<Item = T> + Send + 'static>;Available on non-
wasm_browser only.Expand description
Boxed iterator alias.
Used in return types of Resolver methods.
Aliased Typeยง
pub struct BoxIter<T>(/* private fields */);