[][src]Type Definition combine_language::LexLanguageParser

type LexLanguageParser<'a, 'b, I, T> = Lex<'a, 'b, LanguageParser<'a, 'b, I, T>>;