Type Definition hcl::Map

source ·
pub type Map<K, V> = IndexMap<K, V>;
Expand description

The map type used for HCL objects.

Trait Implementations

Converts to this type from the input type.