Type Alias FolderSyncPatches

Source
pub type FolderSyncPatches = BTreeMap<FolderName, FolderSyncPatch>;
Expand description

A folder synchronization patches associates a folder with its own patch.

Aliased Typeยง

struct FolderSyncPatches { /* private fields */ }