pub type Name = BoundedName<cm_types::::Name::{constant#0}>;
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
.
Aliased Typeยง
struct Name(/* private fields */);