Type Alias CounterSet

Source
pub type CounterSet = CounterSet<i32>;
Expand description

A computed value for the counter-set property.

Aliased Type§

#[repr(transparent)]
pub struct CounterSet(pub GenericCounters<i32>);

Tuple Fields§

§0: GenericCounters<i32>