Chunked8

Type Alias Chunked8 

Source
pub type Chunked8<S> = UniChunked<S, U8>;

Aliased Type§

pub struct Chunked8<S> {
    pub data: S,
    pub chunk_size: U<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>,
}

Fields§

§data: S§chunk_size: U<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>>