Skip to main content

Graph

Type Alias Graph 

Source
pub type Graph = TwoPTwoPGraph<AddVertex, RemoveVertex, AddEdge, RemoveEdge, Uuid>;
Expand description

A graph whose vertices and edges carry no payload beyond their IDs.

Aliased Typeยง

pub struct Graph { /* private fields */ }