Type Definition bevy_utils::Entry

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

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