Trait gluon::compiler_pipeline::Compileable [] [src]

pub trait Compileable<Extra> {
    type Expr;
    fn compile(self,
           compiler: &mut Compiler,
           thread: &Thread,
           file: &str,
           expr_str: &str,
           arg: Extra)
           -> Result<CompileValue<Self::Expr>>; }

Associated Types

Required Methods

Implementors