Type Alias wac_parser::lexer::LexerResult
source · pub type LexerResult<T> = Result<T, Error>;Expand description
The result type for the lexer.
Aliased Type§
enum LexerResult<T> {
// some variants omitted
}pub type LexerResult<T> = Result<T, Error>;The result type for the lexer.
enum LexerResult<T> {
// some variants omitted
}