Type Definition serde_yaml::Mapping [] [src]

type Mapping = LinkedHashMap<Value, Value>;

A YAML mapping in which the keys and values are both serde_yaml::Value.