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() -> SelfReturn Value
Value of
Selfto use for empty values.
View on GitHub
Install in Dash