Struct cssparser::BasicParseError[][src]

pub struct BasicParseError<'i> {
    pub kind: BasicParseErrorKind<'i>,
    pub location: SourceLocation,
}

The funamental parsing errors that can be triggered by built-in parsing routines.

Fields

Details of this error

Location where this error occurred

Trait Implementations

impl<'i> Clone for BasicParseError<'i>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'i> Debug for BasicParseError<'i>
[src]

Formats the value using the given formatter. Read more

impl<'i> PartialEq for BasicParseError<'i>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'i, T> From<BasicParseError<'i>> for ParseError<'i, T>
[src]

Performs the conversion.

Auto Trait Implementations

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

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