DBusProxyImplExt

Trait DBusProxyImplExt 

Source
pub trait DBusProxyImplExt: DBusProxyImpl {
    // Provided methods
    fn parent_g_properties_changed(
        &self,
        changed_properties: &Variant,
        invalidated_properties: &StrVRef,
    ) { ... }
    fn parent_g_signal(
        &self,
        sender_name: Option<&GStr>,
        signal_name: &GStr,
        parameters: &Variant,
    ) { ... }
}

Provided Methods§

Source

fn parent_g_properties_changed( &self, changed_properties: &Variant, invalidated_properties: &StrVRef, )

Source

fn parent_g_signal( &self, sender_name: Option<&GStr>, signal_name: &GStr, parameters: &Variant, )

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§