Type Alias yaml_peg::Seq

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

The sequence data structure of YAML.

Aliased Type§

struct Seq<R> { /* private fields */ }