Skip to main content

Counter

Type Alias Counter 

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