Trait netstack3_device::DeviceLayerTypes

source ·
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.

Object Safety§

This trait is not object safe.

Implementors§