Type Alias EntityMap

Source
pub type EntityMap<T> = BTreeMap<String, Entity<T>>;

Aliased Typeยง

pub struct EntityMap<T> { /* private fields */ }