Trait Insert
data_structure_traits
pub trait Insert<K: ?Sized, V: ?Sized> where K: , V: , { fn insert(&self, _: K, _: V) -> Self; }
fn insert(&self, _: K, _: V) -> Self