pub trait AdjacencyGraph: Graph + Adjacency { }

Implementors§