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

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

fn split_off_left(&self) -> Self

fn to_reducer(&self) -> Self::Reducer

Loading content...

Implementors

Loading content...