pub trait DBusInterfaceExt:
IsA<DBusInterface>
+ Sealed
+ 'static {
// Provided methods
fn get(&self) -> Option<DBusObject> { ... }
fn info(&self) -> DBusInterfaceInfo { ... }
fn set_object(&self, object: Option<&impl IsA<DBusObject>>) { ... }
}Provided Methods§
fn get(&self) -> Option<DBusObject>
fn info(&self) -> DBusInterfaceInfo
fn set_object(&self, object: Option<&impl IsA<DBusObject>>)
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.