Type Definition bevy_utils::Entry

source ·
pub type Entry<'a, K, V> = Entry<'a, K, V, BuildHasherDefault<AHasher>>;
Expand description

A shortcut alias for hashbrown::hash_map::Entry.