pub trait DBusObjectProxyExt: IsA<DBusObjectProxy> + 'static {
// Provided methods
fn connection(&self) -> DBusConnection { ... }
fn g_connection(&self) -> Option<DBusConnection> { ... }
fn g_object_path(&self) -> Option<GString> { ... }
}Provided Methods§
fn connection(&self) -> DBusConnection
fn g_connection(&self) -> Option<DBusConnection>
fn g_object_path(&self) -> Option<GString>
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.