Binary

Type Alias Binary 

Source
pub type Binary<'a> = &'a [u8];
Expand description

Binary is a data type for byte array.