Expand description
String types that facilitate parsing.
Structs§
- An inline string that can contain almost three words of UTF-8 text.
- Returned when trying to convert a
&strinto aInlineStrbut it fails because it doesn’t fit.
Enums§
- A copy-on-write string that can be owned, borrowed or inlined.