Function syn::fold::fold_expr

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