pubtraitTerminalClass: Copy {typeTerm;constERROR:Self;constEOF:Self;/// Gets the pretty name of this terminal class.
fnas_str(&self)->&'staticstr;/// Converts this terminal class to a usize
fnto_usize(&self)->usize;fnfrom_term(term:&Self::Term)->Self;fnprecedence(&self)->crate::parser::Precedence;}