Type Alias CounterReset

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

A computed value for the counter-reset property.

Aliased Type§

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

Tuple Fields§

§0: GenericCounters<i32>