pub trait RequestWithParams {
    fn set_params(&mut self, _: Params);
}

Required methods

Implementors