Function syn::visit::visit_expr_await[][src]

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