Type Definition async_tungstenite::tokio::ClientStream [−][src]
pub type ClientStream<S> = StreamSwitcher<TokioAdapter<S>, TokioAdapter<TlsStream<S>>>;
Expand description
Type alias for the stream type of the client_async()
functions.