BoxedIter

Type Alias BoxedIter 

Source
pub type BoxedIter<T> = BoxedLIter<'static, T>;

Aliased Typeยง

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