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