Yeah, i completely get that. But that should in my mind still be possible to store ``` enum Foo { Bar(BarInner), Baz(BazInner) } ``` Basically storing `Foo::Bar(BarInner) ` as (identifier, serialize(barInner)): `0x00 ...`