pub type Type = Vec<Vec<String>>;
Defines a type alias for a vector of vectors of strings.
struct Type { /* private fields */ }