chore: Code cleanup

This commit is contained in:
Fabio Lenherr / DashieTM 2023-12-02 17:07:17 +01:00
parent 4a7fa8c584
commit 4a34144ebc
8 changed files with 359 additions and 281 deletions

View file

@ -14,7 +14,7 @@ pub enum IpProtocol {
}
type ResultType =
Result<(HashMap<String, HashMap<String, dbus::arg::Variant<Box<dyn RefArg>>>>,), Error>;
Result<(HashMap<String, HashMap<String, dbus::arg::Variant<Box<dyn RefArg>>>>,), Error>;
pub fn getConnectionSettings(path: Path<'static>) -> ResetConnection {
let conn = Connection::new_session().unwrap();