pub struct CallGraphAnalyzer<'tcx> {
pub tcx: TyCtxt<'tcx>,
pub graph: CallGraphInfo<'tcx>,
}
Fields§
§tcx: TyCtxt<'tcx>
§graph: CallGraphInfo<'tcx>
Implementations§
Trait Implementations§
Source§impl<'tcx> Analysis for CallGraphAnalyzer<'tcx>
impl<'tcx> Analysis for CallGraphAnalyzer<'tcx>
Source§impl<'tcx> CallGraphAnalysis for CallGraphAnalyzer<'tcx>
impl<'tcx> CallGraphAnalysis for CallGraphAnalyzer<'tcx>
Source§fn get_callgraph(&mut self) -> CallGraph
fn get_callgraph(&mut self) -> CallGraph
Return the call graph.
Auto Trait Implementations§
impl<'tcx> Freeze for CallGraphAnalyzer<'tcx>
impl<'tcx> !RefUnwindSafe for CallGraphAnalyzer<'tcx>
impl<'tcx> !Send for CallGraphAnalyzer<'tcx>
impl<'tcx> !Sync for CallGraphAnalyzer<'tcx>
impl<'tcx> Unpin for CallGraphAnalyzer<'tcx>
impl<'tcx> !UnwindSafe for CallGraphAnalyzer<'tcx>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more