Type Alias serde_amqp::primitives::Ubyte

source ·
pub type Ubyte = u8;
Expand description

Integer in the range 0 to 2^8-1 inclusive

encoding code = 0x50, category = fixed, width = 1 label = “8-bit unsigned integer”