pub type ParamMap = HashMap<String, Param>;
This is a map of different Param structures, for convenience.
struct ParamMap { /* private fields */ }