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