Contents

AppUnionValueCasesProviding

A protocol for the cases enumeration of an AppUnionValue.

Declaration

protocol AppUnionValueCasesProviding : AppEnum

Overview

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.

Topics

Associated Types

See Also

App entity types