pub type Counter = GenericCounter<AtomicF64>;
Expand description
A Metric
represents a single numerical value that only ever goes up.
Aliased Typeยง
struct Counter { /* private fields */ }
pub type Counter = GenericCounter<AtomicF64>;
A Metric
represents a single numerical value that only ever goes up.
struct Counter { /* private fields */ }