pub trait Codegen {
    fn gen_code(&self, res: &mut CodegenResult, unique: bool) -> TokenStream;
}

Required Methods

Implementations on Foreign Types

Implementors