Type Definition serde_yaml::Sequence[][src]

type Sequence = Vec<Value>;

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