Type Definition websocket::server::async::Server

source · []
pub type Server<S> = WsServer<S, TcpListener>;
Expand description

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