pub type ByteString = Vec<u8>;
An arbitrary byte sequence.
pub struct ByteString { /* private fields */ }