transfer_without_progress

Function transfer_without_progress 

Source
pub fn transfer_without_progress<R: Read, W: Write>(
    r: &mut R,
    w: &mut W,
    n: usize,
    buf_size: usize,
) -> Result<()>