Type Definition rxrust::ops::ReduceOp[][src]

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