pub fn is_subset(value: &str, range: &str) -> bool
Returns true if value (an IP address or CIDR range) is contained within range (the ISSUBSET operator). IPv4/IPv6 only; mixed families and unparseable inputs never match.
value
range
ISSUBSET