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