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

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