Warning, /sdk/rust-qt-binding-generator/tests/test_object.json is written in an unsupported language. File is not indexed.

0001 {
0002     "cppFile": "test_object_rust.cpp",
0003     "rust": {
0004         "dir": "rust_object",
0005         "interfaceModule": "interface",
0006         "implementationModule": "implementation"
0007     },
0008     "objects": {
0009         "Person": {
0010             "type": "Object",
0011             "properties": {
0012                 "userName": {
0013                     "type": "QString",
0014                     "write": true
0015                 }
0016             }
0017         }
0018     }
0019 }