Type Alias BlockingWebSocket
pub type BlockingWebSocket = WebSocket<Io<Upgraded>>;Available on crate features
http and std and ws only.Expand description
A synchronous WebSocket over an upgraded HTTP transport driven by a Rama blocking runtime.
Aliased Type§
pub struct BlockingWebSocket { /* private fields */ }