Method lrs::hashmap::OccupiedEntry::remove

Removes the contained value and key.

Syntax

impl<'a, Key, Value, Bucket> OccupiedEntry<'a, Key, Value, Bucket>
    where Bucket: Bucket<Key, Value>,
          Key: Eq<Key> + Hash,
{
    fn remove(self) -> (VacantEntry<'a, Key, Value, Bucket>, Key, Value)
}