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()