pub type H2WebSocketStream = WebSocketStream<TokioIo<Upgraded>>;Expand description
Type alias for the WebSocket stream used by this crate.
The inner I/O is a hyper Upgraded stream wrapped in TokioIo,
which implements AsyncRead + AsyncWrite.
Aliased Typeยง
pub struct H2WebSocketStream { /* private fields */ }