Trait data_structure_traits::SetMut[][src]

pub trait SetMut<'a, V: ?Sized, Q: ?Sized>: Set<'a, V, Q> + CollectionMut + GetMut<&'a Q, Output = V> + Add<V, Output = bool> where
    V: 'a + Borrow<Q>,
    Q: 'a, 
{ }

Implementors