Type Definition yaml_peg::Seq

source · []
pub type Seq<R> = Vec<Node<R>>;
Expand description

The sequence data structure of YAML.