Trait netstack3_ip::IpLayerContext

source ·
pub trait IpLayerContext<I: IpLayerIpExt, BC: IpLayerBindingsContext<I, <Self as DeviceIdContext<AnyDevice>>::DeviceId>>: IpStateContext<I> + IpDeviceContext<I> + IpDeviceMtuContext<I> + IpDeviceSendContext<I, BC> + IcmpErrorHandler<I, BC> + MulticastForwardingStateContext<I, BC> + MulticastForwardingDeviceContext<I> + CounterContext<MulticastForwardingCounters<I>> { }
Expand description

The execution context for the IP layer.

Object Safety§

This trait is not object safe.

Implementors§