Trait ApiDependencyAnalysis

Source
pub trait ApiDependencyAnalysis<'tcx> {
    // Required method
    fn get_api_dependency_graph(&self) -> ApiDependencyGraph<'tcx>;
}

Required Methods§

Implementors§