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

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

Required methods

Loading content...

Implementors

impl<'a, T: BlockingSender, C: Deref<Target = T>> Introspectable for Proxy<'a, C>[src]

Loading content...