Type Definition tungstenite::client::AutoStream[][src]

type AutoStream = StreamSwitcher<TcpStream, TlsStream<TcpStream>>;
Expand description

TCP stream switcher (plain/TLS).