[][src]Trait gt_directed_bijective_connection_graph::NPathsToNode

pub trait NPathsToNode {
    fn n_paths_to_node(&self, n: Dims, d: Node) -> Vec<GraphPath>;
}

Required methods

fn n_paths_to_node(&self, n: Dims, d: Node) -> Vec<GraphPath>

Loading content...

Implementors

impl<F> NPathsToNode for F where
    F: DirectedBijectiveConnectionGraph
[src]

Loading content...