Skip to main content

QueryParams

Type Alias QueryParams 

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

Type alias for query parameters, typically a HashMap.

Aliased Typeยง

pub struct QueryParams { /* private fields */ }