Function async_tungstenite::gio::connect_async[][src]

pub async fn connect_async<R>(
    request: R
) -> Result<(WebSocketStream<ConnectStream>, Response), Error> where
    R: IntoClientRequest + Unpin

Connect to a given URL.