Searched defs:IntoParIter (Results 1 – 3 of 3) sorted by relevance
16 impl<'a, T, const N: usize> IntoParIter for &'a [T; N] { impl23 impl<'a, T, const N: usize> IntoParIter for &'a mut [T; N] { impl
37 impl<'a, T> IntoParIter for &'a Vec<T> { impl44 impl<'a, T> IntoParIter for &'a mut Vec<T> { impl
46 pub trait IntoParIter { interface