Type Definition serde_yaml::Sequence
source · pub type Sequence = Vec<Value>;
Expand description
A YAML sequence in which the elements are serde_yaml::Value
.
pub type Sequence = Vec<Value>;
A YAML sequence in which the elements are serde_yaml::Value
.