Type Definition racetime::handler::WsStream

source ·
pub type WsStream = SplitStream<WebSocketStream<MaybeTlsStream<TcpStream>>>;