Protocols

The following protocols are available globally.

  • Represents a validatable.

    See more

    Declaration

    Swift

    public protocol Validatable
  • Represents a named validatable.

    Declaration

    Swift

    public protocol NamedValidatable : Validatable, CustomStringConvertible