pub type LexerResult<T> = Result<T, Error>;
Expand description

An alias for lexer results returned by functions of this crate