pub type Chunked9<S> = UniChunked<S, U9>;Aliased Type§
pub struct Chunked9<S> {
pub data: S,
pub chunk_size: U<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>>,
}Fields§
§data: S§chunk_size: U<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B1>>