Now truly finishing the refactoring

This commit is contained in:
elvis
2025-08-24 03:57:06 +02:00
parent 9a80044a89
commit a46ab3833d
6 changed files with 31 additions and 34 deletions

View File

@ -1,5 +1,6 @@
//! Definitions for generating graphs from a simulation.
use petgraph::visit::{IntoEdgeReferences, IntoNodeReferences};
use petgraph::{Graph, Directed};
use std::rc::Rc;
@ -437,8 +438,6 @@ impl EdgeDisplay {
// Node ------------------------------------------------------------------------
use petgraph::visit::{IntoEdgeReferences, IntoNodeReferences};
type RSdotGraph = Graph<String, String, Directed, u32>;
type RSformatNodeTy<'a> =
dyn Fn(