Skip to main content

Counter

Type Alias Counter 

Source
type Counter = Counter<Box<dyn Fn(u64) -> Result + Send + Sync>>;

Aliased Typeยง

struct Counter { /* private fields */ }