Function ink_lang_codegen::generate_code[][src]

pub fn generate_code<T>(entity: T) -> TokenStream2 where
    T: CodeGenerator
Expand description

Generates the entire code for the given ink! contract.