Trait ndarray_parallel::NdarrayIntoParallelRefMutIterator [] [src]

pub trait NdarrayIntoParallelRefMutIterator<'x> {
    type Iter: ParallelIterator<Item = Self::Item>;
    type Item: Send + 'x;
    fn par_iter_mut(&'x mut self) -> Self::Iter;
}

Associated Types

Required Methods

Implementors