pub trait LinkLocalMulticastAddress: LinkLocalAddress + MulticastAddress { }Expand description
An address that can be link-local and multicast.
LinkLocalMulticastAddress is a shorthand for LinkLocalAddress + MulticastAddress.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".