pub trait IpDeviceBindingsContext<I: IpDeviceIpExt, D: StrongDeviceIdentifier>:
IpDeviceStateBindingsTypes
+ DeferredResourceRemovalContext
+ TimerContext
+ RngContext
+ EventContext<IpDeviceEvent<D, I, <Self as InstantBindingsTypes>::Instant>> { }Expand description
The bindings execution context for IP devices.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".