Skip to main content

LinkDeviceAddress

Trait LinkDeviceAddress 

Source
pub trait LinkDeviceAddress:
    LinkAddress
    + UnicastAddress
    + MulticastAddress { }
Expand description

A link address that can be unicast and multicast.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§