Type Alias serde_amqp::primitives::Binary

source ·
pub type Binary = ByteBuf;
Expand description

A sequence of octets.

encoding name = “vbin8”, encoding code = 0xa0 category = variable, width = 1 label = “up to 2^8 - 1 octets of binary data”

encoding name = “vbin32”, encoding code = 0xb0, category = variable, width = 4, label=“up to 2^32 - 1 octets of binary data”

Aliased Type§

struct Binary { /* private fields */ }