Struct cssparser::ParserState [] [src]

pub struct ParserState { /* fields omitted */ }

A capture of the internal state of a Parser (including the position within the input), obtained from the Parser::position method.

Can be used with the Parser::reset method to restore that state. Should only be used with the Parser instance it came from.

Methods

impl ParserState
[src]

The position from the start of the input, counted in UTF-8 bytes.

The line number and column number

Trait Implementations

impl Debug for ParserState
[src]

Formats the value using the given formatter.

impl Clone for ParserState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more