CommandName
public protocol CommandName
Protocol for types that carry a command name used for dispatch routing.
Used as the Command generic constraint in CommandMappingsBuilder
to allow type-safe command mapping without requiring RawRepresentable.
-
Undocumented
Declaration
Swift
var commandName: String { get }
-
commandNameDefault implementationDefault Implementation
Undocumented
Declaration
Swift
var commandName: String { get }
View on GitHub