pub type Array = Vec<Yaml>;
The type contained in the Yaml::Array variant. This corresponds to YAML sequences.
Yaml::Array
struct Array { /* private fields */ }