Type Alias QueryMap

Source
pub type QueryMap = HashMap<String, Vec<String>>;
Expand description

Hashmap mapping strings to vectors of strings.

Aliased Typeยง

struct QueryMap { /* private fields */ }