Expand description
Defines Values, which are like instantiated DataTypes.
Re-exports§
pub use crate::errors::ValueError as Error;
Structs§
- A wrapper around the name of a data struct so that it gets parsed differently.
- A wrapper around the name of an intermediate result struct so that it gets parsed differently.
- Allows a Value to be displayed properly with resolved definitions and such.
Enums§
- Defines a so-called ‘FullValue’, which is like a normal value but with direct definitions instead of references to them (which makes them ideal to share over the wire).
- Defines a single Value while executing a Workflow. That’s basically an instantiated DataType.