pub type ParserResult<'input> = Result<Parsed<'input>, ParserError<'input>>;
General Result type for the PartiQL Parser.
Result
Parser