Function sos_protocol::diff

source ยท
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.