func nestedUnkeyedContainer()

in Sources/TwitterApacheThrift/ThriftDecoder.swift [116:118]


        func nestedUnkeyedContainer(forKey key: Key) throws -> UnkeyedDecodingContainer {
            return try decoder.unkeyedContainer()
        }