Skip to main content

LinkLocalUnicastAddress

Trait LinkLocalUnicastAddress 

Source
pub trait LinkLocalUnicastAddress: LinkLocalAddress + UnicastAddress { }
Expand description

An address that can be link-local and unicast.

LinkLocalUnicastAddress is a shorthand for LinkLocalAddress + UnicastAddress.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§