decode(_:from:)

Declaration

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