pub trait NPathsToNode { // Required method fn n_paths_to_node(&self, n: u64, d: u64) -> Vec<GraphPath<'_>>; }