pub type CounterSet = GenericCounterSet<Integer>;Expand description
A specified value for the counter-set property.
Aliased Type§
#[repr(transparent)]pub struct CounterSet(pub GenericCounters<Integer>);Tuple Fields§
§0: GenericCounters<Integer>Trait Implementations§
Source§impl Parse for CounterSet
impl Parse for CounterSet
Source§fn parse<'i, 't>(
context: &ParserContext<'_>,
input: &mut Parser<'i, 't>,
) -> Result<Self, ParseError<'i>>
fn parse<'i, 't>( context: &ParserContext<'_>, input: &mut Parser<'i, 't>, ) -> Result<Self, ParseError<'i>>
Parse a value of this type. Read more