pub type Chunks = Vec<Chunk>;
Type alias for a vector of Chunk
Chunk
struct Chunks { /* private fields */ }