DurationNanosecondArrayRefParallelIterator

Trait DurationNanosecondArrayRefParallelIterator 

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

    // 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> DurationNanosecondArrayRefParallelIterator<'data> for DurationNanosecondArray

Implementors§