Move two common functions to a trait object

This commit is contained in:
Luke D Jones
2020-08-04 16:19:06 +12:00
parent 1041cf5dbc
commit 76a8f7678c
9 changed files with 354 additions and 238 deletions
+1
View File
@@ -21,6 +21,7 @@ path = "src/main.rs"
rog-client = { path = "../rog-client" }
rusb = "^0.6.0"
udev = "^0.4.0"
async-trait = "0.1.36"
# cli and logging
gumdrop = "^0.8.0"