Enum std::net::IpAddr
[−]
[src]
pub enum IpAddr { V4(Ipv4Addr), V6(Ipv6Addr), }
Deprecated since 1.6.0
: too small a type to pull its weight
An IP address, either an IPv4 or IPv6 address.
Variants
V4 | Deprecated since 1.6.0 : too small a type to pull its weight Representation of an IPv4 address. |
V6 | Deprecated since 1.6.0 : too small a type to pull its weight Representation of an IPv6 address. |