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

Required Methods§

source

fn get_index(self, graph: &mut FeatGraph<'a>) -> Result<NodeIndex>

Implementations on Foreign Types§

source§

impl<'a> HasIndex<'a> for &'a Package

source§

fn get_index(self, graph: &mut FeatGraph<'a>) -> Result<NodeIndex>

source§

impl<'a> HasIndex<'a> for (&'a Package, &'a str)

source§

fn get_index(self, graph: &mut FeatGraph<'a>) -> Result<NodeIndex>

source§

impl HasIndex<'_> for NodeIndex

source§

fn get_index(self, _graph: &mut FeatGraph<'_>) -> Result<NodeIndex>

Implementors§

source§

impl<'a> HasIndex<'a> for Fid<'a>

source§

impl<'a> HasIndex<'a> for Pid<'a>