Trait fera_graph::graphs::Graph

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

Implementors