Function syn::fold::fold_expr_binary

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