Struct stack_graphs::graph::DropScopesNode [−][src]
#[repr(C)]pub struct DropScopesNode {
pub id: NodeID,
// some fields omitted
}Expand description
Removes everything from the current scope stack.
Fields
id: NodeIDThe unique identifier for this node.
Implementations
Trait Implementations
Performs the conversion.