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