add Debug supertrait for Backend

This commit is contained in:
Dr. Matthias Ratajczak
2023-01-30 16:55:45 +01:00
parent 619387ed35
commit b2e5fa0431
4 changed files with 5 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ use anyhow::{Context, Result};
use crate::backend::backend_trait::*;
use crate::{impl_backend_constants, Group, Package};
#[derive(Debug)]
pub(crate) struct Pacman {
pub(crate) binary: String,
pub(crate) aur_rm_args: Option<Vec<String>>,