[−][src]Function async_tungstenite::tokio::connect_async
pub async fn connect_async<R>(
request: R
) -> Result<(WebSocketStream<StreamSwitcher<TokioAdapter<TcpStream>, TokioAdapter<TlsStream<TokioAdapter<TokioAdapter<TcpStream>>>>>>, Response), Error> where
R: IntoClientRequest + Unpin,
Connect to a given URL.