Type Definition petgraph::adj::UnweightedList[][src]

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

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