Skip to main content

CounterFamily

Type Alias CounterFamily 

Source
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 */ }