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.
macro_rules! impl_standard_codegen {
($type_name:ident) => { ... };
}
Macro for generating standard CodeGen trait implementations. This reduces boilerplate for the common pattern of CodeGen implementations.