pub trait GetMut<Q>: Get<Q> { // Required method fn get_mut(&mut self, key: &Q) -> Option<&mut Self::Value>; }