Trait falcon::graph::Vertex [] [src]

pub trait Vertex: Clone + Debug + Eq + Ord + PartialEq + PartialOrd + Sync {
    fn index(&self) -> u64;
fn dot_label(&self) -> String; }

Required Methods

Implementors