Type Definition combine_language::LexLanguageParser[][src]

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