pub type CounterFamily<L> = Registered<Family<L, Counter>>;Expand description
A registered family of counters keyed by L.
Aliased Typeยง
pub struct CounterFamily<L> { /* private fields */ }pub type CounterFamily<L> = Registered<Family<L, Counter>>;A registered family of counters keyed by L.
pub struct CounterFamily<L> { /* private fields */ }