Instance Propertyvapor 4.114.1Vapor
isNil
Input is nil.
let isNil: BoolInput is nil.
let isNil: Boolimport VaporVapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
struct NilValidatorResult of a validator that validates that the data is nil.
struct ValidatorResults@frozen struct BoolA value type whose instances are either true or false.
var failureDescription: String? { get }var isFailure: Bool { get }var successDescription: String? { get }