Expand description
Immutable string + immutable string storage. See docs of ImmutableString and
ImmutableStringStorage for more info.
Structs§
- Immutable
String - Immutable string is a string with constant content. Immutability gives some nice properties:
- Immutable
String Storage - Immutable string storage is a backing storage for every immutable string in the application, storage is a singleton. In normal circumstances you should never use it directly.
Derive Macros§
- Type
Uuid Provider - Implements
TypeUuidProvidertrait