pub type Timeslot = Vec<u8>;

Aliased Type§

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

Fields§

§buf: RawVec<u8>§len: usize