Type Definition oauth_client::ParamList

source · []
pub type ParamList<'a> = HashMap<Cow<'a, str>, Cow<'a, str>>;
Expand description

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