pub type ReduceOp<Source, BinaryOp, OutputItem> = DefaultIfEmptyOp<LastOp<ScanOp<Source, BinaryOp, OutputItem>, OutputItem>>;
Aliased Typeยง
pub struct ReduceOp<Source, BinaryOp, OutputItem> { /* private fields */ }
pub type ReduceOp<Source, BinaryOp, OutputItem> = DefaultIfEmptyOp<LastOp<ScanOp<Source, BinaryOp, OutputItem>, OutputItem>>;
pub struct ReduceOp<Source, BinaryOp, OutputItem> { /* private fields */ }