Type Definition evzht9h3nznqzwl::server::async::Server [] [src]

type Server<S> = WsServer<S, TcpListener>;

The asynchronous specialization of a websocket server. Use this struct to create asynchronous servers.