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