pub type IdentString = MaxLenString<MAX_IDENTIFIER_LENGTH>;
Expand description
Newtype that limits the length of identifiers.
Aliased Typeยง
struct IdentString(/* private fields */);
pub type IdentString = MaxLenString<MAX_IDENTIFIER_LENGTH>;
Newtype that limits the length of identifiers.
struct IdentString(/* private fields */);