Type Alias

ImportFromDevicesCommands.Body

The type of commands that represents the body of this command hierarchy.

Declaration 宣言

typealias Body = some Commands

Discussion 議論

When you create custom commands, Swift infers this type from your implementation of the required body property.

See Also 参照

Supporting Types 支援を行う型