Type Definition cross_websocket::Rx

source · []
pub type Rx = Map<SplitStream<WebSocketStream<MaybeTlsStream<TcpStream>>>, fn(_: Result<Message, Error>) -> Result<Vec<u8>>>;