pub type WebsocketBytesSender = UnboundedSender<Bytes>;
pub struct WebsocketBytesSender { /* private fields */ }