pub type SequenceOwned = Vec<YamlOwned>;
The type contained in the YamlOwned::Sequence variant.
YamlOwned::Sequence
pub struct SequenceOwned { /* private fields */ }