Type Alias BoxWebSocketTrait

Source
pub type BoxWebSocketTrait = Box<dyn WebSocketTrait>;
Expand description

Boxed synchronous WebSocket trait object.

Aliased Typeยง

pub struct BoxWebSocketTrait(/* private fields */);