Trait dbus::stdintf::OrgFreedesktopDBusIntrospectable [] [src]

pub trait OrgFreedesktopDBusIntrospectable {
    fn introspect(&self) -> Result<String, Error>;
}

Method of the org.freedesktop.DBus.Introspectable interface.

Required Methods

Implementors