Type Alias rmoods_backend::api::AnyParams

source ·
type AnyParams = HashMap<String, String>;
Expand description

A hashmap of any type of query parameters.

Aliased Type§

struct AnyParams { /* private fields */ }