Type Definition websocket::server::async::Server [−][src]
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.