Hash

Type Alias 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ยง

pub struct Hash { /* private fields */ }