urlparse::Query [] [src]

type Query = HashMap<StringQueryValue>;

An alias type of HashMap<String, QueryValue>.