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