pub const fn is_global(ip: &IpAddr) -> bool
Expand description
Determines whether or not the IP is globally routable.
Should be replaced with IpAddr::is_global
once it is stable.
pub const fn is_global(ip: &IpAddr) -> bool
Determines whether or not the IP is globally routable.
Should be replaced with IpAddr::is_global
once it is stable.