Structs§
- Config
Error - Form
- A configuration data structure that is kind-checked at runtime. Items are
declared using the
itemmember function, after which their value can be updated but their kind (bool, int, float, string) cannot change. - Parameter
- A value and an about string. This is the value type of the HashMap used in a Form.
Enums§
- Value
- Enum (variant) whose kind is either
bool,f64,f64, orString. These are the types of values allowed in aForm.