pub type VacantEntry<'a, K, V, S = DefaultHashBuilder> = 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 = DefaultHashBuilder> { /* private fields */ }