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