pub type Client<S> = Framed<S, MessageCodec>;Expand description
Sends and receives WebSocket messages synchronously.
Aliased Typeยง
pub struct Client<S> { /* private fields */ }pub type Client<S> = Framed<S, MessageCodec>;Sends and receives WebSocket messages synchronously.
pub struct Client<S> { /* private fields */ }