pub type Nodes = BTreeMap<Dependency, NodeIndex>;Available on crate feature
dependency-tree only.Expand description
Nodes in the dependency graph
Aliased Typeยง
pub struct Nodes { /* private fields */ }pub type Nodes = BTreeMap<Dependency, NodeIndex>;dependency-tree only.Nodes in the dependency graph
pub struct Nodes { /* private fields */ }