Skip to main content

assert_outbox_empty

Function assert_outbox_empty 

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