Macros§
- bail
- Return early with an error.
Structs§
- From
Value Error - Error struct for
Node::try_from_value
- Pass
- A pipeline pass is a function that converts the root node of an IR into another root node
- Pipeline
- Bindgen pipeline
- Print
Options
Enums§
- Value
- Represents the value of a node
Traits§
- Node
- Node trait, this is implemented on all nodes in the Ir (structs, enums and their fields)
- Pipeline
Recorder - Records passes taken in a IR pipeline
Functions§
Type Aliases§
- Result
Result<T, Error>