VacantEntry

Type Alias VacantEntry 

pub type VacantEntry<'a, K, V, S = RandomState> = VacantEntry<'a, K, V, S>;
Expand description

A view into a vacant entry in a HashMap. It is part of the Entry enum.

See VacantEntry for more information.

Aliased Typeยง

pub struct VacantEntry<'a, K, V, S = RandomState> { /* private fields */ }