pub type CounterReset = GenericCounterReset<Integer>;
Expand description

A specified value for the counter-reset property.

Aliased Type§

struct CounterReset(pub GenericCounters<Integer>);

Fields§

§0: GenericCounters<Integer>

Trait Implementations§

source§

impl Parse for CounterReset

source§

fn parse<'i, 't>( context: &ParserContext<'_>, input: &mut Parser<'i, 't> ) -> Result<Self, ParseError<'i>>

Parse a value of this type. Read more