pub type PacketData = Vec<u8>;
alloc
A packet is a series of bytes
pub struct PacketData { /* private fields */ }