Trait netstack3_core::device::DeviceLayerTypes
source · pub trait DeviceLayerTypes: DeviceLayerStateTypes + DeviceSocketTypes + LinkResolutionContext<EthernetLinkDevice> { }
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
.