Function std::io::copy::stack_buffer_copy

source ·
fn stack_buffer_copy<R: Read + ?Sized, W: Write + ?Sized>(
    reader: &mut R,
    writer: &mut W
) -> Result<u64>