Trait HasQueryParams

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

Required Methods§

Source

fn set_query_params(&mut self, query_params: HashMap<String, String>)

Source

fn route(&self) -> &str

Implementors§