pub type ByteBuffer = Vec<u8>;
A continuous block of memory which is owned.
pub struct ByteBuffer { /* private fields */ }