pub async fn connect<R>(request: R) -> Result<WebSocket, SocketError>Expand description
Connect asynchronously to a WebSocket server.
pub async fn connect<R>(request: R) -> Result<WebSocket, SocketError>Connect asynchronously to a WebSocket server.