Struct stack_graphs::c::sg_stack_graph [−][src]
pub struct sg_stack_graph {
pub inner: StackGraph,
}
Expand description
Contains all of the nodes and edges that make up a stack graph.
Fields
inner: StackGraph
pub struct sg_stack_graph {
pub inner: StackGraph,
}
Contains all of the nodes and edges that make up a stack graph.
inner: StackGraph