Type Alias CountOp

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

Aliased Typeยง

pub struct CountOp<Source, Item> { /* private fields */ }