pub type BoxWebSocketTrait = Box<dyn WebSocketTrait>;
Expand description
Boxed synchronous WebSocket trait object.
Aliased Typeยง
pub struct BoxWebSocketTrait(/* private fields */);
pub type BoxWebSocketTrait = Box<dyn WebSocketTrait>;
Boxed synchronous WebSocket trait object.
pub struct BoxWebSocketTrait(/* private fields */);