pub trait Index {
    fn index(&self) -> NodeIndex;
}
Expand description

Indicates that an implementor has been assigned some index.

Required Methods

Implementors