pub trait ToIpv6Address {
// Required method
fn ipv6(&self) -> Result<Ipv6Addr>;
}Available on Windows, or Linux and non-
target_env=ohos, or macOS, or FreeBSD, or OpenBSD, or NetBSD only.Expand description
Trait for converting various types into an IPv6 address.