remove backend/types

This commit is contained in:
timeshifter
2023-01-12 23:18:17 +01:00
parent 3ffbe28c28
commit d14894253a
5 changed files with 4 additions and 8 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ use anyhow::{Context, Result};
use crate::{Group, Package};
use super::types::{Switches, Text};
pub(in crate::backend) type Switches = &'static [&'static str];
pub(in crate::backend) type Text = &'static str;
pub(crate) trait Backend {
fn get_binary(&self) -> Text;