Type Definition urlparse::QueryValue [] [src]

type QueryValue = Vec<String>;

An alias type of Vec<String>.