Expand description
Bounded string wrappers that integrate with stable structures and enforce maximum lengths at construction time. These appear in configs and memory tables where size caps matter.
Structs§
- Bounded
String - BoundedString String wrapper enforcing a compile-time maximum length, with serde and storage trait implementations.