EmptyResponse
public protocol EmptyResponse : Sendable
Protocol representing an empty response. Use T.emptyValue()
to get an instance.
-
Empty value for the conforming type.
Declaration
Swift
static func emptyValue() -> Self
Return Value
Value of
Self
to use for empty values.