Rx

Type Alias Rx 

Source
pub type Rx = Map<SplitStream<WebSocketStream<MaybeTlsStream<TcpStream>>>, fn(Result<Message, Error>) -> Result<Vec<u8>>>;

Aliased Typeยง

pub struct Rx { /* private fields */ }