Macro impl_codegen_with_custom

Source
macro_rules! impl_codegen_with_custom {
    ($type_name:ident, $generate_fn:expr) => { ... };
}
Expand description

Macro for implementing CodeGen with custom code generation logic.