Struct stack_graphs::graph::InternalScopeNode [−][src]
#[repr(C)]pub struct InternalScopeNode {
pub id: NodeID,
// some fields omitted
}
Expand description
A node internal to a single file. This node has no effect on the symbol or scope stacks; it’s just used to add structure to the graph.
Fields
id: NodeID
The unique identifier for this node.
Implementations
Trait Implementations
Performs the conversion.