BoxAsyncWebSocketTrait

Type Alias BoxAsyncWebSocketTrait 

Source
pub type BoxAsyncWebSocketTrait = Box<dyn AsyncWebSocketTrait>;
Expand description

Boxed asynchronous WebSocket trait object.

Aliased Typeยง

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