[−][src]Type Definition websocket::server::async::Server
type Server<S> = WsServer<S, TcpListener>;
The asynchronous specialization of a websocket server. Use this struct to create asynchronous servers.
type Server<S> = WsServer<S, TcpListener>;
The asynchronous specialization of a websocket server. Use this struct to create asynchronous servers.