pub type EmailSyncPatch = HashSet<Vec<EmailSyncHunk>>;
Expand description
An email synchronization patch is just a list of email synchronization hunks (changes).
Aliased Type§
struct EmailSyncPatch {
base: HashSet<Vec<EmailSyncHunk>, RandomState>,
}
Fields§
§base: HashSet<Vec<EmailSyncHunk>, RandomState>