Trait IntoIpNet

Source
pub trait IntoIpNet: Sealed { }
Expand description

utility trait to consume a tpe into an IpNet

Implementations on Foreign Types§

Source§

impl IntoIpNet for IpAddr

Source§

impl IntoIpNet for Ipv4Addr

Source§

impl IntoIpNet for Ipv6Addr

Source§

impl IntoIpNet for [u8; 4]

Source§

impl IntoIpNet for [u8; 16]

Source§

impl IntoIpNet for [u16; 8]

Implementors§