parse_ipv4_dotted

Function parse_ipv4_dotted 

pub fn parse_ipv4_dotted<'a, E>(
    input: &'a str,
) -> Result<(&'a str, u32), Err<E>>
where E: ParseError<&'a str>,
Expand description

r“[<=255].[<=255].[<=255].[<=255]“