Nothing
public struct Nothing : Codable
Represents nothing. To be used for requests that sends or expects no data.
-
Creates a new
Nothing
.Declaration
Swift
public init()
RestingKit 0.0.8 Docs (100% documented)
public struct Nothing : Codable
Represents nothing. To be used for requests that sends or expects no data.
Creates a new Nothing
.
Swift
public init()