Trait dbus::ffidisp::stdintf::org_freedesktop_dbus::Introspectable
source · [−]pub trait Introspectable {
type Err;
fn introspect(&self) -> Result<String, Self::Err>;
}
Expand description
Method of the org.freedesktop.DBus.Introspectable interface.
Required Associated Types
Required Methods
source