Contents

Cases

The nominal type representing the cases of this union value.

Declaration

associatedtype Cases : AppUnionValueCasesProviding where Self == Self.Cases.UnionValue

Discussion

This associated type is automatically generated by the @UnionValue macro as an enum conforming to AppUnionValueCasesProviding.