pub trait OrgFreedesktopDBusObjectManager {
// Required method
fn get_managed_objects(
&self,
) -> Result<HashMap<Path<'static>, HashMap<String, PropMap>>, Error>;
}
pub trait OrgFreedesktopDBusObjectManager {
// Required method
fn get_managed_objects(
&self,
) -> Result<HashMap<Path<'static>, HashMap<String, PropMap>>, Error>;
}