[][src]Trait gt_graph_path::PathsExt

pub trait PathsExt {
    fn contains_node(&self, n: &Node) -> bool;
}

Required methods

fn contains_node(&self, n: &Node) -> bool

Loading content...

Implementations on Foreign Types

impl<'a> PathsExt for Vec<GraphPath<'a>>[src]

Loading content...

Implementors

Loading content...