ResponseHeader
@propertyWrapper
public struct ResponseHeader<DecodingStrategy> where DecodingStrategy : ResponseHeaderDecodingStrategy
extension ResponseHeader: Decodable where DecodingStrategy.RawValue: Decodable
Undocumented
-
Undocumented
Declaration
Swift
public var wrappedValue: DecodingStrategy.RawValue
-
Undocumented
Declaration
Swift
public init(wrappedValue: DecodingStrategy.RawValue)
-
Declaration
Swift
public init(from decoder: Decoder) throws