pub type IpCodeMap = IpTree<CountryRegionCode>;Aliased Type§
pub struct IpCodeMap {
pub ipv4: IntervalTreeMap<IPv4, CountryRegionCode>,
pub ipv6: IntervalTreeMap<IPv6, CountryRegionCode>,
}Fields§
§ipv4: IntervalTreeMap<IPv4, CountryRegionCode>§ipv6: IntervalTreeMap<IPv6, CountryRegionCode>