Type Definition bevy::utils::Entry

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

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