Structure
ValidatorResults.Or
ValidatorResult of “Or” Validator that combines two ValidatorResults. If either result is successful the combined result is as well.struct Or
Topics
Instance Properties
let left: any ValidatorResultValidatorResultof left hand side.let right: any ValidatorResultValidatorResultof right hand side.
Default Implementations
Relationships
Conforms To
Swift.CopyableSwift.EscapableSwift.SendableSwift.SendableMetatypeValidatorResult