pub trait GetMut<K>: Get<K>where
K: ?Sized,{
// Required method
fn get_mut(&mut self, _: K) -> Option<&mut Self::Output>;
}pub trait GetMut<K>: Get<K>where
K: ?Sized,{
// Required method
fn get_mut(&mut self, _: K) -> Option<&mut Self::Output>;
}