Trait yarte_codegen::CodeGen[][src]

pub trait CodeGen {
    fn gen(&mut self, v: Vec<HIR>) -> TokenStream;
}

Required methods

Implementors