pub type ManagedObjects = HashMap<OwnedObjectPath, HashMap<OwnedInterfaceName, HashMap<String, OwnedValue>>>;Expand description
The type returned by the ObjectManagerProxy::get_managed_objects method.
Aliased Typeยง
pub struct ManagedObjects { /* private fields */ }