Type Definition partiql_parser::ParseError
source · [−]pub type ParseError<'input> = ParseError<'input, BytePosition>;Expand description
[Error] type for errors in the syntactic structure for the PartiQL parser.
pub type ParseError<'input> = ParseError<'input, BytePosition>;[Error] type for errors in the syntactic structure for the PartiQL parser.