Trait leo_compiler::phase::ASGPhase[][src]

pub trait ASGPhase {
    fn apply(asg: &mut Program<'_>);
}

Required methods

Implementors