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 {
    base: HashMap<Unit, Vec<UnitDep>, RandomState>,
}

Fields§

§base: HashMap<Unit, Vec<UnitDep>, RandomState>

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 48 bytes