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

pub trait ObjectManager {
    fn get_managed_objects(
        &self
    ) -> Result<HashMap<Path<'static>, HashMap<String, HashMap<String, Variant<Box<dyn RefArg + 'static>>>>>, Error>; }

Required methods

fn get_managed_objects(
    &self
) -> Result<HashMap<Path<'static>, HashMap<String, HashMap<String, Variant<Box<dyn RefArg + 'static>>>>>, Error>

Loading content...

Implementors

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

Loading content...