Type Definition network_interface::Netmask
source · pub type Netmask<T> = Option<T>;Expand description
An alias for an Option that wraps either a Ipv4Addr or a Ipv6Addr
representing the IP for a Network Interface netmask
pub type Netmask<T> = Option<T>;An alias for an Option that wraps either a Ipv4Addr or a Ipv6Addr
representing the IP for a Network Interface netmask