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