ResponseDecoding
public protocol ResponseDecoding
Undocumented
-
Undocumented
Declaration
Swift
func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable
public protocol ResponseDecoding
Undocumented
Undocumented
Swift
func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable