Closed glts closed 4 years ago
The proposed change adds support for conversion of IpAddrs to IpNets. That is, it adds the following From impls:
IpAddr
IpNet
From
From<IpAddr>
From<Ipv4Addr>
Ipv4Net
From<Ipv6Addr>
Ipv6Net
Thank you.
The proposed change adds support for conversion of
IpAddr
s toIpNet
s. That is, it adds the followingFrom
impls:From<IpAddr>
forIpNet
From<Ipv4Addr>
forIpv4Net
From<Ipv6Addr>
forIpv6Net
Thank you.