Skip to main content

DiGraph

Type Alias DiGraph 

Source
pub type DiGraph = DiGraph<String, ()>;
Expand description

Directed dependency graph type used by diagnostics helpers.

Node weights are item IDs. Edge direction is blocker -> blocked.

Aliased Typeยง

pub struct DiGraph { /* private fields */ }