Crate air_pass

source ·
Expand description

This crate is pulled in from the Firefly compiler, licensed under Apache 2.0

Structs

  • This struct is not meant to be used directly, but is instead produced when chaining Pass implementations together. Chain itself implements Pass, which is what enables us to chain together arbitrarily many passes into a single one.

Traits

  • This trait represents anything that can be run as a pass.