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

pub struct CompileValue<E> {
    pub expr: E,
    pub typ: ArcType,
    pub function: CompiledFunction,
}

Result of successful compilation

Fields

Trait Implementations

impl<E> Executable<()> for CompileValue<E> where E: BorrowMut<SpannedExpr<Symbol>>
[src]