Struct rayon::par_iter::reduce::ReduceWithOp
[−]
[src]
pub struct ReduceWithOp<'r, OP: 'r> { // some fields omitted }
pub struct ReduceWithOp<'r, OP: 'r> { // some fields omitted }
impl<'r, OP> ReduceWithOp<'r, OP>
fn new(op: &'r OP) -> ReduceWithOp<'r, OP>
impl<'r, ITEM, OP> ReduceOp<Option<ITEM>> for ReduceWithOp<'r, OP> where OP: Fn(ITEM, ITEM) -> ITEM + Sync + 'r