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