Type Alias serde_amqp::primitives::Byte

source ·
pub type Byte = i8;
Expand description

Integer in the range -(2^7) to 2^7-1 inclusive

encoding code = 0x51, category = fixed, width = 1 label = “8-bit two’s-complement integer”