Macro lowertest::gen_reflect_info_func[][src]

gen_reflect_info_func!() { /* proc-macro */ }
Expand description

Generates a function that generates ReflectedTypeInfo

Accepts three comma-separated arguments:

  • first is the name of the function to generate
  • second is a list of enums that can be looked up in the ReflectedTypeInfo
  • third is a list of enums that can be looked up in the ReflectedTypeInfo The latter two arguments are optional