Struct cssparser::ParserInput [] [src]

pub struct ParserInput<'i> { /* fields omitted */ }

The owned input for a parser.

Methods

impl<'i> ParserInput<'i>
[src]

[src]

Create a new input for a parser.

[src]

Create a new input for a parser. Line numbers in locations are offset by the given value.