pub type Hash = LinkedHashMap<Yaml, Yaml>;
The type contained in the Yaml::Hash variant. This corresponds to YAML mappings.
Yaml::Hash
pub struct Hash { /* private fields */ }