pub type ParseError<'input> = ParseError<'input, BytePosition>;
Expand description

[Error] type for errors in the syntactic structure for the PartiQL parser.