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