pub trait ParamMut<T> { // Required method fn param_mut(&mut self) -> &mut T; }
Item of type T has been set in a certain_map slot and returns a mutable reference.