This commit is contained in:
2021-09-13 11:08:37 -04:00
parent cd857877dd
commit 085ec0f0ae
+2
View File
@@ -83,6 +83,7 @@ pub mod defs {
}
}
/*
#[derive(Debug)]
pub struct EmailList(Vec<String>);
@@ -109,6 +110,7 @@ pub mod defs {
.collect::<Vec<String>>().clone()))
}
}
*/
#[derive(Debug)]
pub struct Image(String);