pub type ParseError<'i> = ParseError<'i, StyleParseErrorKind<'i>>;Expand description
The error type for all CSS parsing routines.
Aliased Type§
pub struct ParseError<'i> {
pub kind: ParseErrorKind<'i, StyleParseErrorKind<'i>>,
pub location: SourceLocation,
}Fields§
§kind: ParseErrorKind<'i, StyleParseErrorKind<'i>>Details of this error
location: SourceLocationLocation where this error occurred