Struct gluon::compiler_pipeline::CompileValue [] [src]

pub struct CompileValue(pub LExpr<TcIdent<Symbol>>, pub TcType, pub CompiledFunction);

Trait Implementations

impl Executable<()> for CompileValue
[src]

fn run_expr<'vm>(self, _compiler: &mut Compiler, vm: &'vm Thread, name: &str, _: ()) -> Result<(RootedValue<&'vm Thread>, TcType)>

fn load_script(self, _compiler: &mut Compiler, vm: &Thread, _filename: &str, _: ()) -> Result<()>