Function syn::fold::fold_bin_op

source ยท
pub fn fold_bin_op<F>(f: &mut F, node: BinOp) -> BinOp
where F: Fold + ?Sized,
Available on crate feature fold and (crate features derive or full) only.