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