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