Searched defs:into_par_iter (Results 1 – 3 of 3) sorted by relevance
18 fn into_par_iter(self) -> super::ParIter<&'a [T]> { in into_par_iter() method25 fn into_par_iter(self) -> ParIter<&'a mut [T]> { in into_par_iter() method
39 fn into_par_iter(self) -> ParIter<&'a [T]> { in into_par_iter() method46 fn into_par_iter(self) -> ParIter<&'a mut [T]> { in into_par_iter() method
51 fn into_par_iter(self) -> ParIter<Self::Data>; in into_par_iter() method61 fn into_par_iter(self) -> ParIter<Self::Data> { in into_par_iter() method