An empty bucket in a hash map.
struct VacantEntry<'a, Key, Value, Bucket> where Bucket: Bucket<Key, Value> + 'a, Key: Eq<Key> + Hash, { /* private fields */ }
self
Sets the content of the empty bucket.