Function parse_ip

Source
pub const fn parse_ip(
    text: &str,
) -> Result<(IpAddr, Option<u8>), ParseError<'_>>
Expand description

Performs parsing of the string into IP addr with optional CIDR prefix