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