Graph

Type Alias Graph 

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

Type alias for the underlying petgraph UnGraph structure.

Aliased Typeยง

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