Type Alias zng_unique_id::IdVacantEntry

source ·
pub type IdVacantEntry<'a, K, V> = VacantEntry<'a, K, V, BuildIdHasher>;
Expand description

Vacant entry in an IdEntry.

Aliased Type§

struct IdVacantEntry<'a, K, V> { /* private fields */ }