AppUnionValueCasesProviding
A protocol for the cases enumeration of an AppUnionValue.
Declaration
protocol AppUnionValueCasesProviding : AppEnumOverview
This protocol is automatically conformed to by the Cases enum generated by the @UnionValue macro. It bridges the cases enum back to the union value type and inherits metadata through the AppEnum conformance.