pub trait DBusProxyExtManual: IsA<DBusProxy> + 'static {
// Provided method
fn connect_g_signal<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Self, Option<&str>, &str, &Variant) + Send + Sync + 'static { ... }
}
Provided Methods§
fn connect_g_signal<F>(&self, 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.