Struct rayon::par_iter::internal::NoopReducer [] [src]

pub struct NoopReducer;

Utility type for consumers that don't need a "reduce" step. Just reduces unit to unit.

Trait Implementations

impl Reducer<()> for NoopReducer
[src]

Reduce two final results into one; this is executed after a split. Read more