pub trait FilterIpPacket<I>: IpPacket<I> + NetworkPartialSerializerwhere
I: FilterIpExt,{ }Expand description
An IpPacket that allows to access raw packet contents.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".