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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

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

[src]

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

[src]

This method tests for !=.