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