pub trait TokenTypeArrayCombine { // Required method fn combine(self, tokens: &[TokenType]) -> Vec<TokenType>; }