pub type Data = Vec<u8>;
Type alias for bytestring data used throughout the system.
pub struct Data { /* private fields */ }