oa_gateway_bench::owp_client

Type Alias OwpWs

Source
pub(crate) type OwpWs = WebSocketStream<MaybeTlsStream<TcpStream>>;
Expand description

Client WebSocket after the owp subprotocol handshake.

Aliased Typeยง

struct OwpWs { /* private fields */ }