func nestedContainer()

in Sources/TwitterApacheThrift/ThriftDecoder.swift [112:114]


        func nestedContainer<NestedKey>(keyedBy type: NestedKey.Type, forKey key: Key) throws -> KeyedDecodingContainer<NestedKey> where NestedKey : CodingKey {
            return try decoder.container(keyedBy: type)
        }