Type Alias style::values::computed::counters::CounterSet

source ·
pub type CounterSet = CounterSet<i32>;
Expand description

A computed value for the counter-set property.

Aliased Type§

struct CounterSet(pub GenericCounters<i32>);

Fields§

§0: GenericCounters<i32>