pub async fn connect(url: &str) -> Result<Online, Box<dyn Error + Send + Sync>>
Expand description

Connects to the url and returns an Online client.