Expand description
The Value enum, a loosely typed way of representing any valid HCL value.
Enums§
- Value
- Represents any valid HCL value.
Functions§
- from_
value - Convert a
hcl::Valueinto a typeTthat implementsserde::Deserialize. - to_
value - Convert a
Tintohcl::Valuewhich is an enum that can represent any valid HCL value.
Type Aliases§
- Map
- The map type used for HCL objects.