[][src]Type Definition oauth_client_async::ParamList

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

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