Type Alias UnGraph

Source
pub type UnGraph<N, E, Ix = DefaultIx> = Graph<N, E, Undirected, Ix>;

Aliased Typeยง

pub struct UnGraph<N, E, Ix = DefaultIx>(/* private fields */);