ip_mask_to_prefix

Function ip_mask_to_prefix 

Source
pub fn ip_mask_to_prefix(mask: IpAddr) -> Result<u8, PrefixLenError>
Available on crate feature net only.
Expand description

Converts a IpAddr network mask into a prefix.

ยงErrors

If the mask is invalid this will return an PrefixLenError.