pub(crate) async fn sync<L, R>(
pool: Arc<ThreadPool<SyncPoolContext<L::Context, R::Context>>>
) -> Result<FolderSyncReport>where
L: BackendContextBuilder + 'static,
R: BackendContextBuilder + 'static,pub(crate) async fn sync<L, R>(
pool: Arc<ThreadPool<SyncPoolContext<L::Context, R::Context>>>
) -> Result<FolderSyncReport>where
L: BackendContextBuilder + 'static,
R: BackendContextBuilder + 'static,