syn::visit

Function visit_expr_await

source
pub fn visit_expr_await<'ast, V>(v: &mut V, node: &'ast ExprAwait)
where V: Visit<'ast> + ?Sized,