Trait traitgraph::interface::GraphBase[][src]

Expand description

Contains the associated types of a graph.

Associated Types

The data type associated with each node.

The data type associated with each edge.

The optional index type used for nodes.

The optional index type used for edges.

The index type used for nodes.

The index type used for edges.

Implementations on Foreign Types

Implementors