Function get_client_from_url

Source
pub async fn get_client_from_url<T: ClientFromUrl + Send>(
    url: &str,
) -> Result<T, Error>