Type Alias style_traits::ValueParseError

source ·
pub type ValueParseError<'i> = ParseError<'i, ValueParseErrorKind<'i>>;
Expand description

Error in property value parsing

Aliased Type§

struct ValueParseError<'i> {
    pub kind: ParseErrorKind<'i, ValueParseErrorKind<'i>>,
    pub location: SourceLocation,
}

Fields§

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

Details of this error

§location: SourceLocation

Location where this error occurred