pub type NodeHwCountVec = Vec<(String, HashMap<String, usize>)>;
A list of nodes paired with their per-component counts.
pub struct NodeHwCountVec { /* private fields */ }