Expand description
This module defines and implements in-memory, branch-local storage.
It is used for managing node or flow state during execution on a per-branch basis, where the items need to have unique values across branches.
For details and examples see the documentation of LocalStorage.
Structs§
- Local
Storage Impl local_storage_impl - An implementation of type-based local storage.
Enums§
- Merge
Result - Represents the result of merging multiple instances of a type during context merging.
Traits§
- Local
Storage - Provides type-based local storage for arbitrary values.
- Merge
- Defines how multiple instances of a type are merged.