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
.
pub type Name = BoundedName<MAX_NAME_LENGTH>;
A name that can refer to a component, collection, or other entity in the
Component Manifest. Its length is bounded to MAX_NAME_LENGTH
.