Trait rs_graph::graph::NumberedNode[][src]

pub trait NumberedNode: Node {
    fn index(&self) -> usize;
}

A node in a graph with a direct index.

Required Methods

Implementors