pub type BoxedIterator = Box<dyn Iterator + Send + Sync + 'static>;
Expand description

Helper type which defines a thread safe boxed Iterator interface.