Derive Debug on everything
This commit is contained in:
parent
e2c2fdea8f
commit
4c604a0758
11 changed files with 12 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ use crate::{
|
|||
};
|
||||
use zbus::{zvariant::ObjectPath, Result};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct NetworkManager<'a>(NetworkManagerProxy<'a>);
|
||||
|
||||
impl<'a> NetworkManager<'a> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue