pub fn fold_bin_op<F>(f: &mut F, node: BinOp) -> BinOp where
    F: Fold + ?Sized
Available on crate feature fold only.