Type Alias ReduceOp

Source
pub type ReduceOp<Source, BinaryOp, OutputItem> = DefaultIfEmptyOp<LastOp<ScanOp<Source, BinaryOp, OutputItem>, OutputItem>>;

Aliased Typeยง

pub struct ReduceOp<Source, BinaryOp, OutputItem> { /* private fields */ }