Type Definition yaml_peg::Seq[][src]

pub type Seq<R> = Vec<NodeBase<R>>;
Expand description

The sequence data structure of YAML.