Function ipv6_lookup

Source
pub async fn ipv6_lookup(
    key: &str,
    resolver: Option<&dyn Resolver>,
) -> Result<(Arc<Vec<IpAddr>>, Instant)>