pub(crate) type OwpWs = WebSocketStream<MaybeTlsStream<TcpStream>>;
Client WebSocket after the owp subprotocol handshake.
owp
struct OwpWs { /* private fields */ }