Struct cssparser::ParserInput[][src]

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

The owned input for a parser.

Methods

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

Create a new input for a parser.

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

Auto Trait Implementations

impl<'i> !Send for ParserInput<'i>

impl<'i> !Sync for ParserInput<'i>