pub async fn diff(
storage: &(impl SyncStorage + Send + Sync),
remote_status: SyncStatus,
) -> Result<(bool, SyncStatus, SyncDiff)>Expand description
Difference between a local sync status and a remote sync status.
pub async fn diff(
storage: &(impl SyncStorage + Send + Sync),
remote_status: SyncStatus,
) -> Result<(bool, SyncStatus, SyncDiff)>Difference between a local sync status and a remote sync status.