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.