pub trait IntoWebSocketContext<C>where
C: WebSocketContext + Sized,{
type Channel;
// Required method
fn into_web_socket_context(self, channel: Self::Channel) -> C;
}pub trait IntoWebSocketContext<C>where
C: WebSocketContext + Sized,{
type Channel;
// Required method
fn into_web_socket_context(self, channel: Self::Channel) -> C;
}