petgraph::adj

Type Alias UnweightedList

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

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

Aliased Typeยง

struct UnweightedList<Ix> { /* private fields */ }