pub type SelectorParseError<'i> = ParseError<'i, SelectorParseErrorKind<'i>>;

Aliased Type§

struct SelectorParseError<'i> {
    pub kind: ParseErrorKind<'i, SelectorParseErrorKind<'i>>,
    pub location: SourceLocation,
}

Fields§

§kind: ParseErrorKind<'i, SelectorParseErrorKind<'i>>

Details of this error

§location: SourceLocation

Location where this error occurred