pub trait LinkLocalMulticastAddress: LinkLocalAddress + MulticastAddress { }
Expand description
An address that can be link-local and multicast.
LinkLocalMulticastAddress
is a shorthand for LinkLocalAddress + MulticastAddress
.
pub trait LinkLocalMulticastAddress: LinkLocalAddress + MulticastAddress { }
An address that can be link-local and multicast.
LinkLocalMulticastAddress
is a shorthand for LinkLocalAddress + MulticastAddress
.