Struct stack_graphs::partial::PartialSymbolStackBindings [−][src]
pub struct PartialSymbolStackBindings { /* fields omitted */ }
Implementations
Creates a new, empty set of partial symbol stack bindings.
Returns the partial symbol stack that the (unnamed) partial symbol stack variable matched. Returns an error if that variable didn’t match anything.
Adds a new binding from the (unnamed) partial symbol stack variable to the partial symbol stack that it matched. Returns an error if you try to bind the (unnamed) symbol stack variable more than once.