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