pub type CounterIncrement = CounterIncrement<i32>;Expand description
A computed value for the counter-increment property.
Aliased Type§
#[repr(transparent)]pub struct CounterIncrement(pub GenericCounters<i32>);Tuple Fields§
§0: GenericCounters<i32>