SingleValueDecodingContainer

protocol SingleValueDecodingContainer
  • Decodes a single value of the implicit type.

    Declaration

    Swift

    func decode<T>() throws -> T where T : Decodable