pub type Rx = Map<SplitStream<WebSocketStream<MaybeTlsStream<TcpStream>>>, fn(Result<Message, Error>) -> Result<Vec<u8>>>;
Aliased Typeยง
pub struct Rx { /* private fields */ }
pub type Rx = Map<SplitStream<WebSocketStream<MaybeTlsStream<TcpStream>>>, fn(Result<Message, Error>) -> Result<Vec<u8>>>;
pub struct Rx { /* private fields */ }