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