pub fn count<T, O>(f: fn(_: Count) -> O) -> impl Operation<T>
where O: Operation<T> + 'static,
Available on crate feature advanced only.
Expand description

Produces an Operation that generates a Count and chains it with the provided function to build a new Operation.