backyard_lexer::token

Trait TokenTypeArrayCombine

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

Required Methods§

Source

fn combine(self, tokens: &[TokenType]) -> Vec<TokenType>

Implementations on Foreign Types§

Source§

impl TokenTypeArrayCombine for &[TokenType]

Source§

fn combine(self, tokens: &[TokenType]) -> Vec<TokenType>

Implementors§