pub const fn is_global(ip: &IpAddr) -> boolExpand 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) -> boolDetermines whether or not the IP is globally routable.
Should be replaced with IpAddr::is_global once it is stable.