pub trait SetItem<K, V>where K: _Hashable, V: _Object + Sized,{ // Required method fn set(&mut self, key: K, value: V); }