pub type RequirementMatches = HashMap<(String, String), Vec<(String, String)>>;
Expand description
HashMap mapping (source node name, requirement name) pairs to a list of (target node name, capability name) pairs.
Aliased Typeยง
struct RequirementMatches { /* private fields */ }