Trait data_structure_traits::SetMut [] [src]

pub trait SetMut<'a, V: ?Sized, Q: ?Sized>: Set<'a, V, Q> + CollectionMut where
    &'a Self: 'a + IntoIterator<Item = &'a V>,
    &'a mut Self: 'a + IntoIterator<Item = &'a mut V>,
    V: 'a + Borrow<Q>,
    Q: 'a, 
{ }

Implementors