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

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