EmailSubmission tests passing

This commit is contained in:
Mauro D
2023-05-23 13:49:21 +00:00
parent 903f08575a
commit 4ff2158783
43 changed files with 2065 additions and 611 deletions

View File

@@ -1,6 +1,6 @@
use crate::Deserialize;
#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct HashedValue<T: Deserialize> {
pub hash: u64,
pub inner: T,