[][src]Type Definition petgraph::matrix_graph::DiMatrix

type DiMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Directed, Null, Ix>;

A MatrixGraph with directed edges.