☰
UnitGraph
In cargo::core::compiler::unit_graph
?
Type Definition
cargo
::
core
::
compiler
::
unit_graph
::
UnitGraph
source
·
[
−
]
pub type UnitGraph =
HashMap
<
Unit
,
Vec
<
UnitDep
>>;
Expand description
The dependency graph of Units.