pub trait DemuxerEvents { // Provided methods fn on_table(&mut self, _: SubtableID, _: &Table) { ... } fn on_packet(&mut self, _: &Packet) { ... } }