Struct gluon::compiler_pipeline::MacroValue [] [src]

pub struct MacroValue<E> {
    pub expr: E,
}

Result type of successful macro expansion

Fields

Trait Implementations

impl<E> Typecheckable for MacroValue<E> where
    E: BorrowMut<SpannedExpr<Symbol>>, 
[src]