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.

Provided methods

Returns the none value of the optional node index type used by the trait.

Returns the none value of the optional edge index type used by the trait.

Implementations on Foreign Types

Implementors