Trait netstack3_ip::IpLayerBindingsContext

source ·
pub trait IpLayerBindingsContext<I: IpLayerIpExt, DeviceId>: InstantContext + EventContext<IpLayerEvent<DeviceId, I>> + TracingContext + FilterBindingsContext { }
Expand description

The bindings execution context for the IP layer.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<I: IpLayerIpExt, DeviceId, BC: InstantContext + EventContext<IpLayerEvent<DeviceId, I>> + TracingContext + FilterBindingsContext> IpLayerBindingsContext<I, DeviceId> for BC