rid::structs and rid::enums
Explains the Rid structs and enums attributes.
The glue code that rid generates for struct
s is different from enum
s. Therefore for
non-builtin types we need to let it know which it is dealing with.
TODO
Explain #[rid::structs]
and #[rid::enums]
in more detail.