Body
The type of commands that represents the body of this command hierarchy.
Declaration
associatedtype Body : CommandsDiscussion
When you create custom commands, Swift infers this type from your implementation of the required body property.
The type of commands that represents the body of this command hierarchy.
associatedtype Body : CommandsWhen you create custom commands, Swift infers this type from your implementation of the required body property.