Function syn::fold::fold_expr_infer

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