pub type Graph<N, E> = UnGraph<N, E>;
Type alias for the underlying petgraph UnGraph structure.
pub struct Graph<N, E> { /* private fields */ }