start reimplementing main functions again

This commit is contained in:
timeshifter
2023-01-09 18:30:12 +01:00
parent 86674c3fa1
commit 45f8f9a5d5
6 changed files with 107 additions and 46 deletions
+4
View File
@@ -16,5 +16,9 @@ macro_rules! impl_backend_constants {
fn get_switches_remove(&self) -> Switches {
SWITCHES_REMOVE
}
fn get_managed_packages(&self) -> &HashSet<Package> {
&self.packages
}
};
}