pub trait HasLexerError {
    type Error: LexicalError;
}
Expand description

Language lexer error definition

Required Associated Types§

source

type Error: LexicalError

Type of lexical analysis error

Implementors§