Struct rune_ssa::Program[][src]

pub struct Program { /* fields omitted */ }
Expand description

The central state machine assembler.

Implementations

Construct a new empty state machine.

Seal the given program.

Allocate a new value.

Construct a new block associated with the state machine.

Construct a block with a name.

Dump the current state of the program.

This is useful for diagnostics.

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.