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

pub struct NoopReducer;

Trait Implementations

impl Reducer<()> for NoopReducer
[src]

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