pub type Children = Vec<Item>;
A helper type for representing a list of child nodes.
struct Children { /* private fields */ }