Type Definition sway_ir::pass_manager::NamePassPair

source ·
pub type NamePassPair = (&'static str, fn(_: &mut Context) -> Result<bool, IrError>);