Trait data_structure_traits::Remove [] [src]

pub trait Remove<K: ?Sized>: Collection {
    fn remove(&self, key: K) -> Self;
}

Required Methods

Implementors