pub type FolderSyncCachePatch = Vec<FolderSyncCacheHunk>;
Expand description

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

Aliased Type§

struct FolderSyncCachePatch { /* private fields */ }