Function cxx_qt_gen::generate_qobject_rs[][src]

pub fn generate_qobject_rs(
    obj: &QObject,
    cpp_namespace_prefix: &[&str]
) -> Result<TokenStream, TokenStream>
Expand description

Generate all the Rust code required to communicate with a QObject backed by generated C++ code