IPV4_UNSPECIFIED

Constant IPV4_UNSPECIFIED 

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

An IPv4 address representing an unspecified address: 0.0.0.0

This corresponds to the constant INADDR_ANY in other languages.