pub type ComponentReflectionMap = HashMap<ComponentName, ComponentReflection, BuildHasherDefault<NoHashHasher<ComponentName>>>;
Expand description
Runtime reflection about components.
Aliased Typeยง
struct ComponentReflectionMap { /* private fields */ }