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

Required Methods

Implementations on Foreign Types

Implementors