Trait retina_datatypes::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

Object Safety§

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§