Trait PathsExt

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

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl<'a> PathsExt for Vec<GraphPath<'a>>

Source§

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

Implementors§