Trait dbus::ffidisp::stdintf::org_freedesktop_dbus::Introspectable[][src]

pub trait Introspectable {
    type Err;
    fn introspect(&self) -> Result<String, Self::Err>;
}
Expand description

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

Associated Types

Required methods

Implementors