Module local_storage

Module local_storage 

Source
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§

LocalStorageImpllocal_storage_impl
An implementation of type-based local storage.

Enums§

MergeResult
Represents the result of merging multiple instances of a type during context merging.

Traits§

LocalStorage
Provides type-based local storage for arbitrary values.
Merge
Defines how multiple instances of a type are merged.