pub fn fold_expr_async<F>(f: &mut F, node: ExprAsync) -> ExprAsync where
    F: Fold + ?Sized
Available on crate feature fold only.