[−][src]Trait rayon::iter::IntoParallelRefIterator
Associated Types
type Iter: ParallelIterator<Item = Self::Item>
type Item: Send + 'data
Required methods
Loading content...Implementors
impl<'data, I: 'data + ?Sized> IntoParallelRefIterator<'data> for I where
&'data I: IntoParallelIterator,
[src]
&'data I: IntoParallelIterator,