gio::prelude

Trait DBusProxyExtManual

Source
pub trait DBusProxyExtManual:
    Sealed
    + IsA<DBusProxy>
    + 'static {
    // Provided method
    fn connect_g_signal<F: Fn(&Self, Option<&str>, &str, &Variant) + Send + Sync + 'static>(
        &self,
        detail: Option<&str>,
        f: F,
    ) -> SignalHandlerId { ... }
}

Provided Methods§

Source

fn connect_g_signal<F: Fn(&Self, Option<&str>, &str, &Variant) + Send + Sync + 'static>( &self, detail: Option<&str>, f: F, ) -> SignalHandlerId

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§