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

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

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

Associated Types

type Err

Loading content...

Required methods

fn introspect(&self) -> Result<String, Self::Err>

Loading content...

Implementors

impl<'a, C: Deref<Target = Connection>> Introspectable for ConnPath<'a, C>[src]

type Err = Error

Loading content...