[][src]Function sync15::sync_multiple

pub fn sync_multiple(
    stores: &[&dyn Store],
    persisted_global_state: &mut Option<String>,
    mem_cached_state: &mut MemoryCachedState,
    storage_init: &Sync15StorageClientInit,
    root_sync_key: &KeyBundle,
    interruptee: &dyn Interruptee,
    req_info: Option<SyncRequestInfo<'_>>
) -> SyncResult

Sync multiple stores

Returns a map, keyed by name and holding an error value - if any store fails, the sync will continue on to other stores, but the error will be places in this map. The absence of a name in the map implies the store succeeded.