pub trait HasQueryParams {
    fn set_query_params(&mut self, query_params: HashMap<String, String>);
}

Required Methods

Implementors