Skip to main content

NPathsToNode

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<'_>>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§