pub type Binary = Vec<u8>;
The type for properties that take binary data.
pub struct Binary { /* private fields */ }