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

pub trait Vertex: Clone + Sync {
    fn index(&self) -> usize;
fn dot_label(&self) -> String; }

Required Methods

Implementors