Trait NPathsToNode

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

Required Methods§

Source

fn n_paths_to_node(&self, n: u64, d: u64) -> Vec<GraphPath<'_>>

Implementors§