pub type ComponentId = ComponentInstanceId;Expand description
Type alias for ComponentInstanceId.
Per consolidated review (Doc 10, Section 7.2): ComponentId is the
canonical short name used throughout the runtime. It is an alias for
ComponentInstanceId to resolve naming conflicts between Doc 02, 03, and 04.
Aliased Typeยง
pub struct ComponentId(/* private fields */);