Type Alias zbus::fdo::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 */ }