BooleanArrayIntoParallelIterator

Trait BooleanArrayIntoParallelIterator 

Source
pub trait BooleanArrayIntoParallelIterator {
    type Iter: IntoParallelIterator<Item = Option<bool>>;

    // Required method
    fn into_par_iter(self) -> Self::Iter;
}

Required Associated Types§

Required Methods§

Source

fn into_par_iter(self) -> Self::Iter

Implementations on Foreign Types§

Source§

impl BooleanArrayIntoParallelIterator for BooleanArray

Implementors§