Module sstorage

Module sstorage 

Source
Expand description

Immutable string + immutable string storage. See docs of ImmutableString and ImmutableStringStorage for more info.

Structs§

ImmutableString
Immutable string is a string with constant content. Immutability gives some nice properties:
ImmutableStringStorage
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§

TypeUuidProvider
Implements TypeUuidProvider trait