Type Definition yaml_peg::Array[][src]

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

The array data structure of YAML.