[][src]Trait gt_directed_bijective_connection_graph::SinglePath

pub trait SinglePath {
    fn single_path(&self, s: Node, d: Node) -> GraphPath;
}

Required methods

fn single_path(&self, s: Node, d: Node) -> GraphPath

Loading content...

Implementors

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

Loading content...