Closed
Description
The current ToGodot
and FromGodot
derive macros are as of #421 just a hacky adaptation of the previous ToVariant
and FromVariant
derive macros.
We should rewrite this and possibly merge it with the Property
derive macro to create conversions that use more than just Variant
as the backing type.
We might want to wait with this until #451 is done.