OccupiedEntry

Type Alias OccupiedEntry 

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

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

See OccupiedEntry for more information.

Aliased Typeยง

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