pub fn parse_any_cidr_ignore_hostbits<AP>(
s: &str,
address_parser: AP,
) -> Result<AnyIpCidr, NetworkParseError>
Expand description
Parse AnyIpCidr
with custom address parser
Similar to parse_any_cidr
but ignores host bits in addresses.
pub fn parse_any_cidr_ignore_hostbits<AP>(
s: &str,
address_parser: AP,
) -> Result<AnyIpCidr, NetworkParseError>
Parse AnyIpCidr
with custom address parser
Similar to parse_any_cidr
but ignores host bits in addresses.