Type Definition petgraph::adj::UnweightedList

source ·
pub type UnweightedList<Ix> = List<(), Ix>;
Expand description

A very simple adjacency list with no node or label weights.