Trait data_structure_traits::Insert [] [src]

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

Required Methods

Implementors