Function syn::fold::fold_expr_unsafe

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