Type Definition oauth_client::ParamList[][src]

type ParamList<'a> = HashMap<Cow<'a, str>, Cow<'a, str>>;

Alias for HashMap<Cow<'a, str>, Cow<'a, str>>