[][src]Trait crulz::ast::LiftAST

pub trait LiftAST {
    type LiftT: LiftAST;
    fn lift_ast(self) -> Self::LiftT;
}

Associated Types

Loading content...

Required methods

fn lift_ast(self) -> Self::LiftT

Loading content...

Implementors

impl LiftAST for ASTNode[src]

type LiftT = VAN

impl LiftAST for VAN[src]

type LiftT = ASTNode

Loading content...