pub type PacketDataBytes = Vec<u8, { CONTENT_SIZE }>;
Type alias for bytes of data contained in the packet.
pub struct PacketDataBytes { /* private fields */ }