pub trait HasQueryParams { // Required methods fn set_query_params(&mut self, query_params: HashMap<String, String>); fn route(&self) -> &str; }