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

pub trait Reducer<Result> {
    fn reduce(self, left: Result, right: Result) -> Result;
}

Required methods

fn reduce(self, left: Result, right: Result) -> Result

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

Loading content...

Implementors

Loading content...