pub type LinkLocalMulticastAddr<A> = LinkLocalAddr<MulticastAddr<A>>;
Expand description
A link-local multicast address.
Aliased Type§
struct LinkLocalMulticastAddr<A>(/* private fields */);
pub type LinkLocalMulticastAddr<A> = LinkLocalAddr<MulticastAddr<A>>;
A link-local multicast address.
struct LinkLocalMulticastAddr<A>(/* private fields */);