Function buf_redux::copy_buf [] [src]

pub fn copy_buf<B: BufRead, W: Write>(b: &mut B, w: &mut W) -> Result<u64>

Copy data between a BufRead and a Write without an intermediate buffer.

Retries on interrupts.