[][src]Trait gt_directed_bijective_connection_graph::NodeToSet

pub trait NodeToSet {
    fn N2S(&self, s: Node, d: &[Node]) -> Vec<GraphPath>;
fn node_to_set(&self, s: Node, d: &[Node]) -> Vec<GraphPath>; }

Required methods

fn N2S(&self, s: Node, d: &[Node]) -> Vec<GraphPath>

fn node_to_set(&self, s: Node, d: &[Node]) -> Vec<GraphPath>

Loading content...

Implementors

impl<F> NodeToSet for F where
    F: DirectedBijectiveConnecionGraph + Lemma2
[src]

Loading content...