Skip to main content

Socket

Type Alias Socket 

Source
pub type Socket<S> = WebSocketStream<S>;
Expand description

A negotiated WebSocket carrying SIP.

Aliased Typeยง

pub struct Socket<S> { /* private fields */ }