Skip to main content

Module runtime_value

Module runtime_value 

Source
Expand description

Runtime value types used during evaluation.

Structs§

RuntimeValueError
Error returned when a RuntimeValue accessor is called on an incompatible variant.

Enums§

RuntimeValue
A runtime value: either a scalar (f64 in SI units), a bool, a struct, or an indexed collection.
RuntimeValueKind
The kind of a RuntimeValue, used in type-mismatch error reporting.