Trait thruster::middleware::query_params::HasQueryParams[][src]

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

Required methods

Implementors