pub trait ToIpv4Address {
// Required method
fn ipv4(&self) -> Result<Ipv4Addr>;
}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 IPv4 address.