type PathParams<'a> = HashMap<&'static str, Cow<'a, str>>;
Base type for QuerySetup::path_params
QuerySetup::path_params
struct PathParams<'a> { /* private fields */ }