pub type Map<T> = HashMap<String, T>;
Defines a shortcut for a map with string keys
struct Map<T> { /* private fields */ }