[][src]Function syn::visit::visit_expr_async

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