pub type WsConnection<IO = TcpOrTlsStream> = WsConnection<IO>;

Aliased Type§

struct WsConnection<IO = TcpOrTlsStream> { /* private fields */ }