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