pub trait ArithmeticGenerator { // Required method fn generate_binary_expression(&mut self, node: &Node); }