Function copy_async_progress

Source
pub async fn copy_async_progress<T, R, W>(
    reporter: T,
    reader: &mut R,
    writer: &mut W,
    total_bytes: u64,
) -> Result<u64>
Expand description

Copies from the reader to the writer, reporting progress to the provided reporter every so often.