Type Definition cm_types::Name

source ·
pub type Name = BoundedName<MAX_NAME_LENGTH>;
Expand description

A name that can refer to a component, collection, or other entity in the Component Manifest. Its length is bounded to MAX_NAME_LENGTH.