EthernetDeviceEventBindingsContext

Trait EthernetDeviceEventBindingsContext 

Source
pub trait EthernetDeviceEventBindingsContext<DeviceId>: EventContext<EthernetDeviceEvent<DeviceId>> { }
Expand description

The execution context for an Ethernet device provided by bindings.

This context trait is separate from EthernetIpLinkDeviceBindingsContext to prevent trait bound resolution cycles.

Implementors§

Source§

impl<BC: EventContext<EthernetDeviceEvent<DeviceId>>, DeviceId> EthernetDeviceEventBindingsContext<DeviceId> for BC