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

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

TCP stream switcher (plain/TLS).