pub async fn fetch_client_location(
client: &Client,
) -> Result<ClientLocation, Error>Expand description
Fetch just the client location from speedtest.net.
ยงErrors
Returns Error::Context if location cannot be determined.
pub async fn fetch_client_location(
client: &Client,
) -> Result<ClientLocation, Error>Fetch just the client location from speedtest.net.
Returns Error::Context if location cannot be determined.