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