pub type ValueParseError<'i> = ParseError<'i, ValueParseErrorKind<'i>>;Expand description
Error in property value parsing
Aliased Type§
pub struct ValueParseError<'i> {
pub kind: ParseErrorKind<'i, ValueParseErrorKind<'i>>,
pub location: SourceLocation,
}Fields§
§kind: ParseErrorKind<'i, ValueParseErrorKind<'i>>Details of this error
location: SourceLocationLocation where this error occurred