pub trait Packet<T: PacketType>: Serializable + PacketHeader<T> { }

Implementors