macro_rules! codegen_case_create_impl {
    ($t:ty, $g:ty, $p:ty) => { ... };
}
Expand description

Generate create & create_param implementation for different types

Note

The <String, G, P> generics combination has been implemented individually, so you probably should not implement on your own.