Skip to main content

Graph

Type Alias Graph 

Source
pub type Graph<N, E> = DiGraph<N, E>;
Expand description

A directed graph with node and edge weights

Aliased Typeยง

pub struct Graph<N, E> { /* private fields */ }