Trait NodeIndex

Source
pub trait NodeIndex {
    // Required method
    fn index(self) -> usize;
}
Expand description

A trait for getting the index of a node.

Required Methods§

Source

fn index(self) -> usize

Returns the index of the node.

Implementors§