Trait ndarray_parallel::NdarrayIntoParallelIterator [] [src]

pub trait NdarrayIntoParallelIterator {
    type Iter: ParallelIterator<Item = Self::Item>;
    type Item: Send;
    fn into_par_iter(self) -> Self::Iter;
}

Associated Types

Required Methods

Implementors