Update files so that they use the new dbus-tree
This commit is contained in:
@@ -118,7 +118,7 @@ impl Service {
|
||||
#[derive(Default, Debug, Copy, Clone)]
|
||||
pub struct ServiceData;
|
||||
|
||||
impl dbus::tree::DataType for ServiceData {
|
||||
impl dbus_tree::DataType for ServiceData {
|
||||
type Tree = ();
|
||||
type ObjectPath = std::sync::Arc<tokio::sync::RwLock<Service>>;
|
||||
type Property = ();
|
||||
|
Reference in New Issue
Block a user