yaml_rust2::yaml

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

struct Hash { /* private fields */ }