Trait fera_graph::graphs::Graph [] [src]

pub trait Graph: VertexList + EdgeList<Kind = Undirected> + BasicProps { }

Implementors