Trait netstack3_core::IpExt

source ·
pub trait IpExt: IpLayerIpExt + IpDeviceIpExt + IcmpIpExt + IpDeviceIpExt + DualStackIpExt + DualStackIpExt { }
Expand description

A marker for extensions to IP types.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<O> IpExt for O
where O: IpLayerIpExt + IpDeviceIpExt + IcmpIpExt + IpDeviceIpExt + DualStackIpExt + DualStackIpExt,