FilterIpPacket

Trait FilterIpPacket 

Source
pub trait FilterIpPacket<I: FilterIpExt>: IpPacket<I> + PartialSerializer { }
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", so this trait is not object safe.

Implementors§