pub trait ComputeNewPathCountsAndPaths {
// Required method
fn compute_new_path_counts_and_paths(&mut self, src: NodeId, dst: NodeId);
}
pub trait ComputeNewPathCountsAndPaths {
// Required method
fn compute_new_path_counts_and_paths(&mut self, src: NodeId, dst: NodeId);
}