Type Alias hcl::Map

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

The map type used for HCL objects.

Aliased Type§

struct Map<K, V> { /* private fields */ }