A YAML mapping and its iterator types.
Iterator over serde_yaml::Mapping by value.
serde_yaml::Mapping
Iterator over &serde_yaml::Mapping.
&serde_yaml::Mapping
Iterator over &mut serde_yaml::Mapping.
&mut serde_yaml::Mapping
A YAML mapping in which the keys and values are both serde_yaml::Value.
serde_yaml::Value