visit_expr_binary_op

Function visit_expr_binary_op 

Source
pub fn visit_expr_binary_op<V>(v: &mut V, node: &ExprBinaryOp)
where V: Visit + ?Sized,