gio::prelude

Trait 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§

Source

fn get(&self) -> Option<DBusObject>

Source

fn info(&self) -> DBusInterfaceInfo

Source

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.

Implementors§