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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.