Type Definition async_tungstenite::tokio::ConnectStream[][src]

pub type ConnectStream = ClientStream<TcpStream>;
Expand description

Type alias for the stream type of the connect_async() functions.