Expand description
This crate is pulled in from the Firefly compiler, licensed under Apache 2.0
Structs§
- Chain
- This struct is not meant to be used directly, but is instead produced
when chaining
Pass
implementations together.Chain
itself implementsPass
, which is what enables us to chain together arbitrarily many passes into a single one.
Traits§
- Pass
- This trait represents anything that can be run as a pass.