IndexesInstGraph

Trait IndexesInstGraph 

Source
pub trait IndexesInstGraph {
    // Required method
    fn index(&self, graph: &RawInstGraph) -> RawNodeIndex;
}

Required Methods§

Source

fn index(&self, graph: &RawInstGraph) -> RawNodeIndex

Implementations on Foreign Types§

Source§

impl IndexesInstGraph for (EqGivenIdx, Option<NonMaxU32>)

Implementors§