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

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