pub trait ParamMut<T> { // Required method fn param_mut(&mut self) -> &mut T; }
We use service_async’s ParamRef as getter trait.