pub(crate) fn derive_enum_decode( ident: &Ident, variants: &Punctuated<Variant, Comma>, ) -> TokenStream