1 2 3 4
pub trait Analyzer { fn process(&mut self, packet: &crate::packet2::Packet<'_, '_>); fn finish(&mut self); }