Type Alias serde_amqp::primitives::Boolean

source ·
pub type Boolean = bool;
Expand description

Represents a true or false value

encoding code = 0x56 category = fixed, width = 1 label = “boolean with the octet 0x00 being false and octet 0x01 being true”

encoding name = “true”, encoding code = 0x41 category = fixed, width = 0 label = “the boolean value true”

encoding name = “false”, encoding code = 0x42 category = fixed, width = 0 label = “the boolean value false”