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