Function syn::fold::fold_expr_await

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