pub type CountOp<Source, Item> = ReduceOp<Source, fn(usize, Item) -> usize, usize>;
pub struct CountOp<Source, Item> { /* private fields */ }