pub type BlankGraph = Graph<(), (), ()>;
A convenience type for a graph with no data.
pub struct BlankGraph { /* private fields */ }