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