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