pub async fn get_all_from<T: AsyncHttpGetClient>(
client: Option<T>,
v6_addr: &str,
) -> Result<IpAddressInfo, IpRetrieveError>
Expand description
Gets IP info concurrently using custom multiple internal sources
pub async fn get_all_from<T: AsyncHttpGetClient>(
client: Option<T>,
v6_addr: &str,
) -> Result<IpAddressInfo, IpRetrieveError>
Gets IP info concurrently using custom multiple internal sources