func readThrift()

in Sources/TwitterApacheThrift/ThriftBinary.swift [37:39]


    func readThrift(type: ThriftType) throws -> ThriftObject {
        return try readValue(index: nil, type: type)
    }