Trait data_structure_traits::InsertImmut[][src]

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

Required Methods

Implementors