Expand description
Value model: Value enum, VariableStorage trait, and HashMapStorage.
Structs§
- Hash
MapStorage - Default in-memory variable store backed by a
HashMap.
Enums§
- Value
- All possible runtime values used in expressions and variables.
Traits§
- Variable
Storage - Pluggable variable storage consumed by the runner.