Initial release #1
+1
-1
@@ -5,7 +5,7 @@
|
||||
// TODO: Split out GraphTopologyAddition trait.
|
||||
pub trait GraphTopology {
|
||||
type Vertex: Copy + Eq;
|
||||
type Edge;
|
||||
type Edge: Copy + Eq;
|
||||
|
||||
fn vertex_count(&self) -> usize;
|
||||
fn edge_count(&self) -> usize;
|
||||
|
||||
Reference in New Issue
Block a user