macro_rules! create_register {
    ($struct_type:ty) => { ... };
}
Expand description

Register a SerdeAny type in the RegistryBuilder

Do nothing for without the serdeany_autoreg feature, you’ll have to register it manually in main() with RegistryBuilder::register or using <T>::register().