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::Value
into a typeT
that implementsserde::Deserialize
. - to_
value - Convert a
T
intohcl::Value
which is an enum that can represent any valid HCL value.
Type Aliases§
- Map
- The map type used for HCL objects.