pub type CallGraph<'a> = DiGraph<Tid, &'a Term<Jmp>>;
Expand description

The graph type of a call graph

Aliased Type§

struct CallGraph<'a> { /* private fields */ }