Type Alias FolderSyncPatch

Source
pub type FolderSyncPatch = BTreeSet<FolderSyncHunk>;
Expand description

A folder synchronization patch is just a list of folder synchronization hunks (changes).

Aliased Typeยง

struct FolderSyncPatch { /* private fields */ }