pub const fn parse_ip( text: &str, ) -> Result<(IpAddr, Option<u8>), ParseError<'_>>
Performs parsing of the string into IP addr with optional CIDR prefix