Trait cargo_hackerman::feat_graph::HasIndex
source · pub trait HasIndex<'a> {
// Required method
fn get_index(self, graph: &mut FeatGraph<'a>) -> Result<NodeIndex>;
}pub trait HasIndex<'a> {
// Required method
fn get_index(self, graph: &mut FeatGraph<'a>) -> Result<NodeIndex>;
}