Function syn::fold::fold_expr_async

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