pub type Counter<T, D, P> = CounterCore<T, Vec<D>, P>;
Expand description

A counter specialized to vector.

Aliased Type§

struct Counter<T, D, P> { /* private fields */ }