Function syn::fold::fold_expr

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