syn::gen::fold

Function fold_bin_op

source
pub fn fold_bin_op<F>(f: &mut F, node: BinOp) -> BinOp
where F: Fold + ?Sized,