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

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

TCP stream switcher (plain/TLS).