Type Alias cargo::core::compiler::unit_graph::UnitGraph

source ·
pub type UnitGraph = HashMap<Unit, Vec<UnitDep>>;
Expand description

The dependency graph of Units.

Aliased Type§

struct UnitGraph { /* private fields */ }