Trait data_structure_traits::RemoveMut [] [src]

pub trait RemoveMut<K: ?Sized>: CollectionMut {
    type Output: ?Sized;
    fn remove(&mut self, key: K) -> Self::Output;
}

Associated Types

Required Methods

Implementors