Function framing::par_iter [] [src]

pub fn par_iter<'a, T>(
    frame: &'a T
) -> impl ParallelIterator<Item = (usize, usize, T::Pixel)> where
    T: Image + Sync,
    T::Pixel: Send

Iterates over the pixels of a frame in parallel.