AnyDecoder

public protocol AnyDecoder

Undocumented

  • Undocumented

    Declaration

    Swift

    func decode<T>(_ type: T.Type, from data: Data) throws -> T where T : Decodable