pub trait ParamMut<T> { // Required method fn param_mut(&mut self) -> &mut T; }
We use param’s Param*.