retina_datatypes

Trait StaticData

Source
pub trait StaticData {
    // Required method
    fn new(first_pkt: &L4Pdu) -> Self;
}
Expand description

Trait implemented by datatypes that are constant throughout a connection and inferrable at first packet.

Required Methods§

Source

fn new(first_pkt: &L4Pdu) -> Self

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.

Implementations on Foreign Types§

Source§

impl StaticData for FiveTuple

Subscribable alias for [retina_core::FiveTuple]

Source§

fn new(first_pkt: &L4Pdu) -> Self

Implementors§