Type Alias DiGraph

Source
pub type DiGraph<N, E, Ix = DefaultIx> = Graph<N, E, Directed, Ix>;

Aliased Typeยง

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