Type Alias ManagedObjects

Source
pub type ManagedObjects = HashMap<OwnedObjectPath, HashMap<OwnedInterfaceName, HashMap<String, OwnedValue>>>;
Expand description

The type returned by the ObjectManagerProxy::get_managed_objects method.

Aliased Typeยง

struct ManagedObjects { /* private fields */ }