pub type Edge<N, C> = ((N, N), C);
Expand description

Type alias for representing an edge in a graph