IPV6_LOCALHOST

Constant IPV6_LOCALHOST 

pub const IPV6_LOCALHOST: IpAddr;
Available on crate feature net only.
Expand description

An IPv6 address representing localhost: ::1.

This corresponds to constant IN6ADDR_LOOPBACK_INIT or in6addr_loopback in other languages.