Skip to main content

format_sync_human

Function format_sync_human 

Source
pub fn format_sync_human(w: &mut impl Write, resp: &SyncResponse) -> Result<()>
Expand description

Formats a sync response for human reading.

ยงErrors

Returns an error if writing to w fails.