Protocols
The following protocols are available globally.
-
Represents a validatable.
See moreDeclaration
Swift
public protocol Validatable -
Represents a named validatable.
Declaration
Swift
public protocol NamedValidatable : Validatable, CustomStringConvertible
View on GitHub
Protocols Reference