pub type ParseError<'input> = ParseError<'input, BytePosition>;Expand description
std::error::Error type for errors in the syntactic structure for the PartiQL parser.
Aliased Typeยง
pub enum ParseError<'input> {}pub type ParseError<'input> = ParseError<'input, BytePosition>;std::error::Error type for errors in the syntactic structure for the PartiQL parser.
pub enum ParseError<'input> {}