Trait data_structure_traits::InsertImmut [] [src]

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

Required Methods

Implementors