pub type LexResult = Result<Spanned, LexicalError>;
Expand description

The result of lexing a token.