LexerParseFn

Type Alias LexerParseFn 

Source
pub type LexerParseFn<L> = fn(lexer: &L, _: <L as Lexer>::State, _: char) -> LexerParseResult<<L as Lexer>::State, <L as Lexer>::Token, <L as Lexer>::Error>;
Expand description

The type of a parse function