Structures
The following structures are available globally.
-
A type-erased
See moreConstraint
.Declaration
Swift
public struct AnyConstraint<T, E> : Constraint where E : Error
-
Undocumented
See moreDeclaration
Swift
public struct CompoundConstraint<T, E> : Constraint where E : Error
-
A data type that links a
See morePredicate
to anError
that describes why the predicate evaluation has failed.Declaration
Swift
public struct ConditionedConstraint<T, E> : Constraint where E : Error
-
Undocumented
See moreDeclaration
Swift
public struct KeyPathConstraint<T, V, E> : Constraint where E : Error
-
A data type that links a
See morePredicate
to anError
that describes why the predicate evaluation has failed.Declaration
Swift
public struct PredicateConstraint<T, E> : Constraint where E : Error
-
Undocumented
See moreDeclaration
Swift
public struct TypeConstraint<T, E> : Constraint where E : Error
-
The summary of a validation result.
See moreDeclaration
Swift
public struct Summary<E> : Error where E : Error
extension Summary: Equatable