Type Alias yaml_rust2::yaml::Array

source ·
pub type Array = Vec<Yaml>;
Expand description

The type contained in the Yaml::Array variant. This corresponds to YAML sequences.

Aliased Type§

struct Array { /* private fields */ }