Skip to main content

assert_no_conflicts

Function assert_no_conflicts 

Source
pub fn assert_no_conflicts<T>(
    client: &mut SyncularClient<DieselSqliteStore, T>,
) -> Vec<ConflictSummary>
where T: SyncTransport,