pub trait IndexDigraph<'a>: IndexGraph<'a> + Digraph<'a> { }
Expand description

A Digraph that is also an IndexGraph.

Implementors