UInt32ArrayRefParallelIterator

Trait UInt32ArrayRefParallelIterator 

Source
pub trait UInt32ArrayRefParallelIterator<'data> {
    type Iter: ParallelIterator<Item = Option<u32>>;

    // Required method
    fn par_iter(&'data self) -> Self::Iter;
}

Required Associated Types§

Required Methods§

Source

fn par_iter(&'data self) -> Self::Iter

Implementations on Foreign Types§

Source§

impl<'data> UInt32ArrayRefParallelIterator<'data> for UInt32Array

Implementors§