pub trait HasLexerError { type Error: LexicalError; }
Language lexer error definition
Type of lexical analysis error