pub trait IntoIpAddr {
// Required method
fn into_ipaddr(self) -> IpAddr;
}Expand description
Trait that describes the conversion of a u32 or u128 in to a IPv4, or IPV6 respectively.
pub trait IntoIpAddr {
// Required method
fn into_ipaddr(self) -> IpAddr;
}Trait that describes the conversion of a u32 or u128 in to a IPv4, or IPV6 respectively.