petgraph::matrix_graph

Type Alias UnMatrix

Source
pub type UnMatrix<N, E, Null = Option<E>, Ix = u16> = MatrixGraph<N, E, Undirected, Null, Ix>;
Expand description

A MatrixGraph with undirected edges.

Aliased Typeยง

struct UnMatrix<N, E, Null = Option<E>, Ix = u16> { /* private fields */ }