Expand description
Core graph traits
Defines the Graph
trait and related error values
and sub-traits.
Enums§
- Graph
Error - Errors that can occur during graph operations
Traits§
- Graph
- Core graph trait for immutable graph access
- Graph
With Edge Values - Extension of
Graph
that provides access to edge values - Graph
With Mutable Edges - Extension of
Graph
that supports adding and removing edges - Graph
With Mutable Node Values - Extension of
Graph
that supports adding and removing nodes with values - Graph
With Mutable Nodes - Extension of
Graph
that supports adding and removing nodes - Graph
With Node Values - Extension of
Graph
that provides access to node values - Node
Index - Trait for types that can be used as node indices in graphs