pub type Socket<S> = WebSocketStream<S>;
A negotiated WebSocket carrying SIP.
pub struct Socket<S> { /* private fields */ }