Expand description
BoundedString, length-bounded string type for untrusted input.
Structs§
- Bounded
String - A length-bounded string (max 200 chars / 512 bytes).
Enums§
- String
TooLong - Error returned when a string exceeds length limits.
BoundedString, length-bounded string type for untrusted input.