pub trait HasIndex<'a> {
    fn get_index(self, graph: &mut FeatGraph<'a>) -> Result<NodeIndex>;
}

Required Methods

Implementations on Foreign Types

Implementors