pub type WsSend<IO = TcpOrTlsStream> = WsSend<IO>;
struct WsSend<IO = TcpOrTlsStream> { /* private fields */ }