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