pub type Encoded = Vec<u8>;

Aliased Type§

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

Fields§

§buf: RawVec<u8>§len: usize