pub type Counter<T, D, P> = CounterCore<T, Vec<D>, P>;Expand description
A counter specialized to vector.
Aliased Typeยง
pub struct Counter<T, D, P> { /* private fields */ }pub type Counter<T, D, P> = CounterCore<T, Vec<D>, P>;A counter specialized to vector.
pub struct Counter<T, D, P> { /* private fields */ }