Trait rayon::iter::internal::UnindexedConsumer [] [src]

pub trait UnindexedConsumer<I>: Consumer<I> {
    fn split_off_left(&self) -> Self;
    fn to_reducer(&self) -> Self::Reducer;
}

A stateless consumer can be freely copied.

Required Methods

Implementors