pub type NodeArray = Vec<Node>;
A Vec<Node>, used only within a Node, and only in specific situations.
Vec<Node>
Node
struct NodeArray { /* private fields */ }
mpv_format