Type Alias measured::Counter

source ·
pub type Counter = Metric<CounterState>;

Aliased Type§

struct Counter { /* private fields */ }

Implementations§

source§

impl Counter

source

pub const fn new() -> Self