Trait dbus::stdintf::OrgFreedesktopDBusObjectManager [] [src]

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

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

Required Methods

Implementors