Type Definition partiql_parser::ParserResult

source ·
pub type ParserResult<'input> = Result<Parsed<'input>, ParserError<'input>>;
Expand description

General Result type for the PartiQL Parser.