pub trait Index { // Required method fn index(&self) -> NodeIndex; }
Indicates that an implementor has been assigned some index.