pub trait PacketTrait: PoolObjectTrait + Sync + Send { // Required method fn get_size(&self) -> usize; }