pub type ParseResult<T> = Result<T, ParseError>;
Expand description

Result of a parser operation. The ParseError variant includes a location.