Type Alias ByteArray

Source
pub type ByteArray = Vec<u8>;
Expand description

An array of bytes (RabbitMQ specific)

Aliased Typeยง

pub struct ByteArray { /* private fields */ }