pub type Bytes = Vec<u8>;

Aliased Type§

struct Bytes {
    buf: RawVec<u8>,
    len: usize,
}

Fields§

§buf: RawVec<u8>§len: usize