Struct lrs::hashmap::VacantEntry

An empty bucket in a hash map.

Syntax

struct VacantEntry<'a, Key, Value, Bucket>
    where Bucket: Bucket<Key, Value> + 'a,
          Key: Eq<Key> + Hash,
{
    /* private fields */
}

Methods

ReceiverNameDescription
selfset

Sets the content of the empty bucket.