Warning, /sdk/rust-qt-binding-generator/design.txt is written in an unsupported language. File is not indexed.

0001 Communication between Rust and QML
0002 
0003 Access the Rust code as a QML type.
0004 
0005 
0006 Simple interface definition file generates a .h and .cpp files for QObject based classes. It also generates Rust files. It generates a trait that needs to be implemented and an empty definition for an implementation of that trait. The trait implementation needs to be filled in by the user.
0007