pub type ResourceMap = BTreeMap<TypeId, ResourceTable>;
Expand description
A mapping of type IDs to the resources that they represent
Aliased Typeยง
pub struct ResourceMap { /* private fields */ }
pub type ResourceMap = BTreeMap<TypeId, ResourceTable>;
A mapping of type IDs to the resources that they represent
pub struct ResourceMap { /* private fields */ }