DecodableDefaultSource

protocol DecodableDefaultSource

A type that can provide a default value.

  • Undocumented

    Declaration

    Swift

    associatedtype ValueType : Decodable
  • Undocumented

    Declaration

    Swift

    static var defaultValue: ValueType { get }