Struct cssparser::BasicParseError [−][src]
pub struct BasicParseError<'i> {
pub kind: BasicParseErrorKind<'i>,
pub location: SourceLocation,
}Expand description
The fundamental parsing errors that can be triggered by built-in parsing routines.
Fields
kind: BasicParseErrorKind<'i>Details of this error
location: SourceLocationLocation where this error occurred
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'i> RefUnwindSafe for BasicParseError<'i>
impl<'i> !Send for BasicParseError<'i>
impl<'i> !Sync for BasicParseError<'i>
impl<'i> Unpin for BasicParseError<'i>
impl<'i> UnwindSafe for BasicParseError<'i>
Blanket Implementations
Mutably borrows from an owned value. Read more