pub trait Digraph: VertexList + EdgeList<Kind = Directed> + BasicProps { }

Implementors