Macro impl_standard_codegen

Source
macro_rules! impl_standard_codegen {
    ($type_name:ident) => { ... };
}
Expand description

Macro for generating standard CodeGen trait implementations. This reduces boilerplate for the common pattern of CodeGen implementations.