DecodableDefault
enum DecodableDefault
A container for a wrapper around a DecodableDefaultSource
-
Undocumented
See moreDeclaration
Swift
@propertyWrapper struct Wrapper<Source> where Source : DecodableDefaultSource
extension DecodableDefault.Wrapper: Decodable
extension DecodableDefault.Wrapper: Encodable where ValueType: Encodable
extension DecodableDefault.Wrapper: Equatable where ValueType: Equatable
extension DecodableDefault.Wrapper: Hashable where ValueType: Hashable
-
Undocumented
Declaration
Swift
typealias Source = DecodableDefaultSource
-
Undocumented
Declaration
Swift
typealias List = Decodable & ExpressibleByArrayLiteral
-
Undocumented
Declaration
Swift
typealias Map = Decodable & ExpressibleByDictionaryLiteral
-
Undocumented
See moreDeclaration
Swift
enum Sources
-
Undocumented
Declaration
Swift
typealias Value<T> = Wrapper<Sources.Value<T>> where T : DecodableDefaultSource