Trait data_structure_traits::MapMut[][src]

pub trait MapMut<'a, K: ?Sized, Q: ?Sized, V>: Map<'a, K, Q, V> + CollectionMut + GetMut<&'a Q, Output = V> + Insert<K, V> + Remove<K> where
    K: 'a + Borrow<Q>,
    Q: 'a,
    V: 'a + Sized
{ }

Implementors