IntervalYearMonthArrayRefParallelIterator

Trait IntervalYearMonthArrayRefParallelIterator 

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

    // 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> IntervalYearMonthArrayRefParallelIterator<'data> for IntervalYearMonthArray

Implementors§