Type Alias apphub_sdk::EntityMap

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

Aliased Type§

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