Type Definition async_tungstenite::async_std::ClientStream[][src]

pub type ClientStream<S> = StreamSwitcher<S, TlsStream<S>>;
Expand description

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