pub trait NodeToSetDisjointPaths {
// Required method
fn node_to_set_disjoint_paths(
&self,
s: u64,
d: &[u64],
) -> Vec<GraphPath<'_>>;
}
pub trait NodeToSetDisjointPaths {
// Required method
fn node_to_set_disjoint_paths(
&self,
s: u64,
d: &[u64],
) -> Vec<GraphPath<'_>>;
}