yaml_rust2::yaml

Type Alias 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 */ }