Struct stack_graphs::graph::DropScopesNode [−][src]
pub struct DropScopesNode { pub id: NodeID, }
Expand description
Removes everything from the current scope stack.
Fields
id: NodeID
Expand description
The unique identifier for this node.
Implementations
impl DropScopesNode
[src]
impl DropScopesNode
[src]pub fn add_to_graph(self, graph: &mut StackGraph) -> Option<Handle<Node>>
[src]
pub fn add_to_graph(self, graph: &mut StackGraph) -> Option<Handle<Node>>
[src]Adds the node to a stack graph.
pub fn display<'a>(&'a self, graph: &'a StackGraph) -> impl Display + 'a
[src]
Trait Implementations
impl From<DropScopesNode> for Node
[src]
impl From<DropScopesNode> for Node
[src]fn from(node: DropScopesNode) -> Node
[src]
fn from(node: DropScopesNode) -> Node
[src]Performs the conversion.