Skip to main content

FolderSyncPatch

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ยง

pub struct FolderSyncPatch { /* private fields */ }