pub trait DeviceLayerTypes:
DeviceLayerStateTypes
+ DeviceSocketTypes
+ LinkResolutionContext<EthernetLinkDevice>
+ TimerBindingsTypes
+ ReferenceNotifiers
+ 'static { }
Expand description
Provides associated types used in the device layer.
This trait groups together state types used throughout the device layer. It
is blanket-implemented for all types that implement
socket::DeviceSocketTypes
and DeviceLayerStateTypes
.
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.