Struct sqlparser::sqltokenizer::TokenizerError[][src]

pub struct TokenizerError(_);

Tokenizer error

Trait Implementations

impl From<TokenizerError> for ParserError
[src]

Performs the conversion.

impl Debug for TokenizerError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TokenizerError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations