pub fn ipv4_mask_to_prefix(mask: Ipv4Addr) -> Result<u8, PrefixLenError>
Converts a Ipv4Addr network mask into a prefix.
Ipv4Addr
If the mask is invalid this will return an PrefixLenError.
PrefixLenError