Type Alias rupta::graph::call_graph::CGNodeId

source ·
pub type CGNodeId = NodeIndex<DefaultIx>;
Expand description

Unique identifiers for call graph nodes.

Aliased Type§

struct CGNodeId(/* private fields */);