Expand description
Runtime value types used during evaluation.
Structs§
- Runtime
Value Error - Error returned when a
RuntimeValueaccessor is called on an incompatible variant.
Enums§
- Runtime
Value - A runtime value: either a scalar (f64 in SI units), a bool, a struct, or an indexed collection.
- Runtime
Value Kind - The kind of a
RuntimeValue, used in type-mismatch error reporting.