pint_pkg::plan

Type Alias Graph

source
pub type Graph = StableGraph<Pinned, Dep, Directed, u32>;
Expand description

The package graph type, where the edge a -> b means that a depends on b.

Aliased Typeยง

struct Graph { /* private fields */ }