Type Alias rspotify_http::Form

source ·
pub type Form<'a> = HashMap<&'a str, &'a str>;

Aliased Type§

struct Form<'a> { /* private fields */ }