pub type Sequence = Vec<Value, Global>;
Expand description

A YAML sequence in which the elements are serde_yaml::Value.