Expand description
String with limited length implementation
Structs§
- Wrapped string to fit
TRIMMED_MAX_LEN
amount of bytes. - The error type returned when a conversion from
&str
toLimitedStr
fails.
Constants§
- Max amount of bytes allowed to be thrown as string explanation of the error.