Add Default implementation for AppendGraph
This commit is contained in:
@@ -61,6 +61,12 @@ impl AppendGraph {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for AppendGraph {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl GraphTopology for AppendGraph {
|
||||
type Vertex = Vertex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user