Skip to main content

QueryParams

Type Alias QueryParams 

Source
pub type QueryParams = HashMap<String, String>;
Expand description

Query parameter map for URL construction

Aliased Typeยง

pub struct QueryParams { /* private fields */ }