Searched defs:ParIter (Results 1 – 1 of 1) sorted by relevance
55 pub struct ParIter<T: ParSplit> { struct61 fn into_par_iter(self) -> ParIter<Self::Data> { in into_par_iter() argument105 impl<T: ParSplit + Send> ParallelIterator for ParIter<T> { implementation