Type Alias Chunks

Source
pub type Chunks = Vec<Chunk>;
Expand description

Type alias for a vector of Chunk

Aliased Typeยง

struct Chunks { /* private fields */ }