pub type InnerDepGraph = DirectedGraph<(ImportType, usize), ()>;
pub struct InnerDepGraph { /* private fields */ }