Type Alias 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.

Aliased Type§

enum ParseError<'input> {}

Variants§