Back to Alamofire

Empty

docs/docsets/Alamofire.docset/Contents/Resources/Documents/Structs/Empty.html

5.12.0512 B
Original Source

Empty

public struct Empty : Hashable, Codable, Sendable
extension Empty: EmptyResponse

Type representing an empty value. Use Empty.value to get the static instance.

`

                value
                `

Static Empty instance used for all Empty responses.

Declaration

Swift

public static let value: Empty

Empty

`

                emptyValue()
                `

Declaration

Swift

public static func emptyValue() -> Empty