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