pub type ByteArray = Vec<u8>;
An array of bytes (RabbitMQ specific)
pub struct ByteArray { /* private fields */ }