pub type QueryMap = HashMap<String, Vec<String>>;
Hashmap mapping strings to vectors of strings.
struct QueryMap { /* private fields */ }