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

pub type SumOp<Source, Item> = ReduceOp<Source, fn(_: Item, _: Item) -> Item, Item>;