Skip to main content

LiftAST

Trait LiftAST 

Source
pub trait LiftAST {
    type LiftT: LiftAST;

    // Required method
    fn lift_ast(self) -> Self::LiftT;
}

Required Associated Types§

Required Methods§

Source

fn lift_ast(self) -> Self::LiftT

Implementors§