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

Required Methods§

Implementations on Foreign Types§

source§

impl<'a, T: BlockingSender, C: Deref<Target = T>> OrgFreedesktopDBusIntrospectable for Proxy<'a, C>

Implementors§