EmptyResponse

public protocol EmptyResponse

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.