Type Alias rupta::graph::call_graph::CGEdgeId

source ·
pub type CGEdgeId = EdgeIndex<DefaultIx>;
Expand description

Unique identifiers for call graph edges.

Aliased Type§

struct CGEdgeId(/* private fields */);