pub type FolderSyncPatch = BTreeSet<FolderSyncHunk>;
Expand description
A folder synchronization patch is just a list of folder synchronization hunks (changes).
Aliased Type§
struct FolderSyncPatch {
map: BTreeMap<FolderSyncHunk, SetValZST>,
}
Fields§
§map: BTreeMap<FolderSyncHunk, SetValZST>