Struct sql_ast::tokenizer::TokenizerError [−][src]
pub struct TokenizerError(_);
Expand description
Tokenizer error
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TokenizerErrorimpl Send for TokenizerErrorimpl Sync for TokenizerErrorimpl Unpin for TokenizerErrorimpl UnwindSafe for TokenizerError