Trait sourceview5::prelude::DBusInterfaceExt
source · 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>>)
Object Safety§
This trait is not object safe.