UInt8ArrayRefParallelIterator

Trait UInt8ArrayRefParallelIterator 

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

    // 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> UInt8ArrayRefParallelIterator<'data> for UInt8Array

Implementors§