Searched defs:ChunkType (Results 1 – 2 of 2) sorted by relevance
7 pub(crate) struct ChunkType(pub(crate) u8); struct27 impl fmt::Display for ChunkType { implementation
7 pub enum ChunkType { enum56 pub fn chunk_type(&self) -> ChunkType { in chunk_type()