Type Alias PacketDataBytes

Source
pub type PacketDataBytes = Vec<u8, { CONTENT_SIZE }>;
Expand description

Type alias for bytes of data contained in the packet.

Aliased Typeยง

pub struct PacketDataBytes { /* private fields */ }