mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-12-15 10:01:39 +01:00
chore: Code cleanup
This commit is contained in:
parent
4a7fa8c584
commit
4a34144ebc
8 changed files with 359 additions and 281 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue