Crate uniffi_pipeline

Source

Macros§

bail
Return early with an error.

Structs§

FromValueError
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
PrintOptions

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)
PipelineRecorder
Records passes taken in a IR pipeline

Functions§

new_pipeline

Type Aliases§

Result
Result<T, Error>

Derive Macros§

AsRef
Node