Type Alias BasicLexer

Source
pub type BasicLexer<'a> = Lexer<'a>;
Expand description

A convenience alias for the most common use case - a Lexer

Aliased Typeยง

pub struct BasicLexer<'a> { /* private fields */ }