Type Alias yaml_rust2::yaml::Hash

source ·
pub type Hash = LinkedHashMap<Yaml, Yaml>;
Expand description

The type contained in the Yaml::Hash variant. This corresponds to YAML mappings.

Aliased Type§

struct Hash { /* private fields */ }