pub fn count() -> impl Operation<Count>
Produces an Operation that generates a Count and chains it with the provided function to build a new Operation.
Operation
Count